mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 15:16:38 +00:00
More Android stub-outs and bug fixes. Fix broken SDL fiber sync.
This commit is contained in:
@@ -5,7 +5,7 @@ class GpComPtr final
|
||||
{
|
||||
public:
|
||||
GpComPtr();
|
||||
const GpComPtr(const GpComPtr<T> &other);
|
||||
GpComPtr(const GpComPtr<T> &other);
|
||||
explicit GpComPtr(T *ptr);
|
||||
~GpComPtr();
|
||||
|
||||
|
Reference in New Issue
Block a user