aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index 4f6bf6d..4f09c0d 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -30,6 +30,8 @@
#define ALLOCATION_ERROR TraceLog(LOG_ERROR, "Allocation error in %s:%d", \
__FILE__, __LINE__)
+#define PLATFORM_DESKTOP
+
// GLSL version
#ifdef PLATFORM_DESKTOP
#define GLSL_VERSION 330