1
0
Fork 0

Platform/PlatformApplication: Adding createWindow()

This commit is contained in:
Henrik Hautakoski 2023-08-23 15:06:54 +02:00
parent 2ac3b5b8cc
commit a8f65e54ac
5 changed files with 17 additions and 6 deletions

View file

@ -7,6 +7,9 @@
namespace sp {
class Window;
class PlatformWindow;
class PlatformInput;
class PlatformDisplay;
@ -19,7 +22,7 @@ public :
virtual void shutdown() = 0;
//virtual PlatformDisplay& getDisplay() = 0;
virtual PlatformWindow* createWindow(Window* window) = 0;
virtual PlatformInput& getInput() = 0;