summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/light.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/common/light.h')
-rw-r--r--src/graphics/common/light.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/graphics/common/light.h b/src/graphics/common/light.h
index ae2bcfb..52c2a2f 100644
--- a/src/graphics/common/light.h
+++ b/src/graphics/common/light.h
@@ -16,11 +16,10 @@
// light.h
-#ifndef _LIGHT_H_
-#define _LIGHT_H_
+#pragma once
-#include "d3dengine.h"
+#include "graphics/d3d/d3dengine.h"
class CInstanceManager;
@@ -109,5 +108,3 @@ protected:
Light* m_lightTable;
};
-
-#endif //_LIGHT_H_