1
0
Fork 0

Platform/PlatformApplication: adding create() method.

This commit is contained in:
Henrik Hautakoski 2020-12-26 17:20:05 +01:00
parent 0540f5d201
commit b91b9f3768
3 changed files with 24 additions and 0 deletions

View file

@ -11,6 +11,8 @@ class MessageQueue;
class PlatformApplication
{
public :
static PlatformApplication* create();
virtual void init() = 0;
virtual void shutdown() = 0;