EHS/include/System/Semaphore.h
2023-12-17 03:29:08 -08:00

7 lines
100 B
C

#pragma once
#ifdef LWE_OS_WINDOWS
#include "Semaphore_W32.h"
#else
#include "Semaphore_P.h"
#endif