summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/common/model.h')
-rw-r--r--src/graphics/common/model.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/graphics/common/model.h b/src/graphics/common/model.h
index 35b48b6..e7b6b10 100644
--- a/src/graphics/common/model.h
+++ b/src/graphics/common/model.h
@@ -16,11 +16,10 @@
// model.h
-#ifndef _MODEL_H_
-#define _MODEL_H_
+#pragma once
-#include "struct.h"
+#include "common/struct.h"
class CInstanceManager;
@@ -133,5 +132,3 @@ protected:
float m_max;
};
-
-#endif //_MODEL_H_