mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Matched up platform semaphore declarations
This commit is contained in:
parent
3f73bb99b9
commit
cd98ee730f
|
|
@ -25,8 +25,9 @@
|
|||
#include <SDL.h>
|
||||
#include <SDL_thread.h>
|
||||
|
||||
struct PlatformSemaphore
|
||||
class PlatformSemaphore
|
||||
{
|
||||
public:
|
||||
SDL_sem *semaphore;
|
||||
|
||||
PlatformSemaphore(S32 initialCount)
|
||||
|
|
|
|||
Loading…
Reference in a new issue