summaryrefslogtreecommitdiff
path: root/src/engine/objects/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/objects/Object.h')
-rw-r--r--src/engine/objects/Object.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/objects/Object.h b/src/engine/objects/Object.h
index 9dd44397b..98d7fc99c 100644
--- a/src/engine/objects/Object.h
+++ b/src/engine/objects/Object.h
@@ -3,12 +3,12 @@
#include <libultraship.h>
extern "C" {
- #include "camera.h"
- #include "objects.h"
+#include "camera.h"
+#include "objects.h"
}
class OObject {
-public:
+ public:
uint8_t uuid[16];
Object o;
const char* Name = "";