mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Update semaphore.cpp
This commit is contained in:
parent
e00c894064
commit
88691a7a87
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
#include "platform/platformAssert.h"
|
#include "platform/platformAssert.h"
|
||||||
#include "platform/threads/semaphore.h"
|
#include "platform/threads/semaphore.h"
|
||||||
#include <SDL.h>
|
#include <sdl/include/SDL.h>
|
||||||
#include <SDL_thread.h>
|
#include <sdl/include/SDL_thread.h>
|
||||||
|
|
||||||
class PlatformSemaphore
|
class PlatformSemaphore
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue