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:
15
GpD3D/GpFiber_Win32.h
Normal file
15
GpD3D/GpFiber_Win32.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include "GpWindows.h"
|
||||
#include "GpFiber.h"
|
||||
|
||||
class GpFiber_Win32 final : public GpFiber
|
||||
{
|
||||
public:
|
||||
explicit GpFiber_Win32(LPVOID fiber);
|
||||
|
||||
void YieldTo() override;
|
||||
void Destroy() override;
|
||||
|
||||
private:
|
||||
LPVOID m_fiber;
|
||||
};
|
Reference in New Issue
Block a user