summaryrefslogtreecommitdiff
path: root/src/platform/mutex.c
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-04-27 16:35:11 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-04-27 16:35:11 +1000
commitfc35df8e999521b8be7c44800f4ff4665df3254a (patch)
tree2acc67b9830e712bef78270c6478c61e184f2047 /src/platform/mutex.c
parent55bb30899899d1e6f34e85d87909d5108d085adb (diff)
heightmap function signatures
Diffstat (limited to 'src/platform/mutex.c')
-rw-r--r--src/platform/mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/mutex.c b/src/platform/mutex.c
index 9735483..2aeb825 100644
--- a/src/platform/mutex.c
+++ b/src/platform/mutex.c
@@ -4,6 +4,6 @@
// TODO: implement in terms of pthreads
#endif
-#if defined (CEL_PLATFORM_WINDOWS)
+#if defined(CEL_PLATFORM_WINDOWS)
// TODO: implement using win32 api
#endif \ No newline at end of file