Matched up platform semaphore declarations

This commit is contained in:
Thomas "elfprince13" Dickerson 2017-01-05 20:00:33 -05:00
parent 3f73bb99b9
commit cd98ee730f

View file

@ -25,8 +25,9 @@
#include <SDL.h>
#include <SDL_thread.h>
struct PlatformSemaphore
class PlatformSemaphore
{
public:
SDL_sem *semaphore;
PlatformSemaphore(S32 initialCount)