diff options
Diffstat (limited to 'src/shaders/common/light.h')
-rw-r--r-- | src/shaders/common/light.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/shaders/common/light.h b/src/shaders/common/light.h index e69de29..44c54c3 100644 --- a/src/shaders/common/light.h +++ b/src/shaders/common/light.h @@ -0,0 +1,9 @@ +#ifndef _LIGHT_H_ +#define _LIGHT_H_ + +#include "mathlib.h" + + + + +#endif |