1
0
Fork 0

source/Platform/PlatformApplication.h: remove update(). platform event queue is handled in MessageQueue class.

This commit is contained in:
Henrik Hautakoski 2020-01-24 15:39:30 +01:00
parent 801ab1033f
commit f526b598e2
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745
3 changed files with 0 additions and 78 deletions

View file

@ -20,8 +20,6 @@ public :
virtual PlatformInput& getInput() = 0;
virtual MessageQueue& getMessageQueue() = 0;
virtual void update() = 0;
};
} // namespace sp