diff options
Diffstat (limited to 'engine-ocean/Game/screen.cpp')
-rw-r--r-- | engine-ocean/Game/screen.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engine-ocean/Game/screen.cpp b/engine-ocean/Game/screen.cpp new file mode 100644 index 0000000..525e009 --- /dev/null +++ b/engine-ocean/Game/screen.cpp @@ -0,0 +1,6 @@ +#include "screen.h" + +Screen::Screen() +{ + +} |