move test guis to GUImodules and separate utils from modules
This commit is contained in:
13
utils/Window/Window.h
Normal file
13
utils/Window/Window.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "Archimedes.h"
|
||||
|
||||
class Window {
|
||||
|
||||
public:
|
||||
|
||||
virtual ~Window() {};
|
||||
|
||||
virtual bool shouldClose() = 0;
|
||||
|
||||
virtual void doFrame() = 0;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user