mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-13 18:19:59 +00:00
Refactoring, clean up shutdown path
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "GpDisplayDriverTickStatus.h"
|
||||
#include "GpVOSEventQueue.h"
|
||||
#include "HostSuspendCallID.h"
|
||||
|
||||
@@ -25,7 +26,7 @@ public:
|
||||
|
||||
void Init();
|
||||
|
||||
void Tick(IGpFiber *vosFiber);
|
||||
GpDisplayDriverTickStatus_t Tick(IGpFiber *vosFiber);
|
||||
void Render();
|
||||
|
||||
void SetDisplayDriver(IGpDisplayDriver *displayDriver);
|
||||
|
||||
Reference in New Issue
Block a user