summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
authorRay <[email protected]>2017-03-25 12:01:01 +0100
committerRay <[email protected]>2017-03-25 12:01:01 +0100
commit5387b4543175bee9d195b24e250a0ef863a63555 (patch)
treec0fc5326cf48070969af59163dcc0efa4688e19e /src/core.c
parent3f0c29642225f4da40e29e83117a4589f95be538 (diff)
downloadraylib-5387b4543175bee9d195b24e250a0ef863a63555.tar.gz
raylib-5387b4543175bee9d195b24e250a0ef863a63555.zip
Working on configuration flags
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core.c b/src/core.c
index 1a0e5a66..5a1ab77f 100644
--- a/src/core.c
+++ b/src/core.c
@@ -70,13 +70,13 @@
*
**********************************************************************************************/
-// Default supported features
-//-------------------------------------
+// Default configuration flags (supported features)
+//-------------------------------------------------
#define SUPPORT_DEFAULT_FONT
#define SUPPORT_MOUSE_GESTURES
#define SUPPORT_CAMERA_SYSTEM
#define SUPPORT_GESTURES_SYSTEM
-//-------------------------------------
+//-------------------------------------------------
#include "raylib.h"