mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Lots of Android fixes and stubs. Increase SDL log level on Android. Add GL context loss handling.
This commit is contained in:
8
GpCommon/IGpThreadRelay.h
Normal file
8
GpCommon/IGpThreadRelay.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
struct IGpThreadRelay
|
||||
{
|
||||
typedef void (*Callback_t) (void *context);
|
||||
|
||||
virtual void Invoke(Callback_t callback, void *context) const = 0;
|
||||
};
|
Reference in New Issue
Block a user