mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Fix house data corruption, progress to first screen
This commit is contained in:
@@ -2,14 +2,15 @@
|
||||
|
||||
#include "PLCore.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
{
|
||||
class EventQueue
|
||||
{
|
||||
public:
|
||||
virtual bool Dequeue(EventRecord *evt) = 0;
|
||||
virtual const EventRecord *Peek() const = 0;
|
||||
virtual EventRecord *Enqueue() = 0;
|
||||
|
||||
static EventQueue *GetInstance();
|
||||
|
Reference in New Issue
Block a user