diff options
| author | robojumper <robojumper@gmail.com> | 2025-03-15 17:33:48 +0100 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-03-16 22:14:44 +0100 |
| commit | 9b7889f03497dfae5792ee24803a80a7cb6a7281 (patch) | |
| tree | c38c3e0a6622a995c25ef7897f9bb67a51009e32 /src/egg/gfx/eggLightManager.cpp | |
| parent | 35b4e2403982097c3783104dc3875d574219afd6 (diff) | |
Some small classes
Diffstat (limited to 'src/egg/gfx/eggLightManager.cpp')
| -rw-r--r-- | src/egg/gfx/eggLightManager.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/egg/gfx/eggLightManager.cpp b/src/egg/gfx/eggLightManager.cpp new file mode 100644 index 00000000..c842a6ec --- /dev/null +++ b/src/egg/gfx/eggLightManager.cpp @@ -0,0 +1,3 @@ +#include "egg/gfx/eggLight.h" + +namespace EGG {} // namespace EGG |
