summaryrefslogtreecommitdiffstats
path: root/engine/include/flatwindow.h
diff options
context:
space:
mode:
authorancarola <raffaele.ancarola@epfl.ch>2019-01-22 02:01:43 +0100
committerancarola <raffaele.ancarola@epfl.ch>2019-01-22 02:01:43 +0100
commit35c5c0551edfe786a5d05969df85cef544ebeea6 (patch)
tree4ec3dd0f64e91033b836cdde34687206601d9f1b /engine/include/flatwindow.h
parentFin qui tutto bene (diff)
downloadflatland-35c5c0551edfe786a5d05969df85cef544ebeea6.tar.gz
flatland-35c5c0551edfe786a5d05969df85cef544ebeea6.zip
Soos
Diffstat (limited to '')
-rw-r--r--engine/include/flatwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/include/flatwindow.h b/engine/include/flatwindow.h
index b3734f4..c03a3a9 100644
--- a/engine/include/flatwindow.h
+++ b/engine/include/flatwindow.h
@@ -26,7 +26,7 @@ struct window_status
unsigned char focus:1;
};
-#include "object.h"
+#include "object.hpp"
#include "serial/keyfocusable.h"
class SDL_Window;
@@ -91,7 +91,7 @@ public:
void setWindowStatus(window_status);
- static Uint32 winstatus_to_flags(window_status);
+ static uint32_t winstatus_to_flags(window_status);
};
#endif