diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-11 23:00:26 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-11 23:00:26 +1000 |
commit | b03bde3d412148cd573f5f14012cdd270f309947 (patch) | |
tree | 848af582079a60787cc5a5f8138e7ca6d508f2ee /src/platform/mutex.c | |
parent | 48a703e52490cb52fd32e54e3e37f7e70462a267 (diff) |
starting work on immediate mode drawing
Diffstat (limited to 'src/platform/mutex.c')
-rw-r--r-- | src/platform/mutex.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/platform/mutex.c b/src/platform/mutex.c deleted file mode 100644 index 2aeb825..0000000 --- a/src/platform/mutex.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "mutex.h" - -#if defined(CEL_PLATFORM_LINUX) || defined(CEL_PLATFORM_MAC) -// TODO: implement in terms of pthreads -#endif - -#if defined(CEL_PLATFORM_WINDOWS) -// TODO: implement using win32 api -#endif
\ No newline at end of file |