1
0
Fork 0

source/Platform/PlatformEventQueue.h: need to forward declare sp::SysEvent

This commit is contained in:
Henrik Hautakoski 2020-01-28 00:46:04 +01:00
parent ffb97d2b3a
commit 858e721451
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745

View file

@ -3,6 +3,8 @@
namespace sp {
struct SysEvent;
// Interface for platform specific event queue.
class PlatformEventQueue
{