mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Lots of stuff
This commit is contained in:
10
GpD3D/GpFiber.h
Normal file
10
GpD3D/GpFiber.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "CoreDefs.h"
|
||||
|
||||
class GpFiber
|
||||
{
|
||||
public:
|
||||
virtual void YieldTo() = 0;
|
||||
virtual void Destroy() = 0;
|
||||
};
|
Reference in New Issue
Block a user