summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/water.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/common/water.h')
-rw-r--r--src/graphics/common/water.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/graphics/common/water.h b/src/graphics/common/water.h
index dc9384d..959b12f 100644
--- a/src/graphics/common/water.h
+++ b/src/graphics/common/water.h
@@ -16,12 +16,11 @@
// water.h
-#ifndef _WATER_H_
-#define _WATER_H_
+#pragma once
-#include "d3dengine.h"
-#include "particule.h"
+#include "graphics/d3d/d3dengine.h"
+#include "graphics/common/particule.h"
class CInstanceManager;
@@ -130,5 +129,3 @@ protected:
D3DCOLOR m_color;
};
-
-#endif //_WATER_H_