diff options
| author | Ray <[email protected]> | 2017-03-25 12:01:01 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-03-25 12:01:01 +0100 |
| commit | 5387b4543175bee9d195b24e250a0ef863a63555 (patch) | |
| tree | c0fc5326cf48070969af59163dcc0efa4688e19e /src/core.c | |
| parent | 3f0c29642225f4da40e29e83117a4589f95be538 (diff) | |
| download | raylib-5387b4543175bee9d195b24e250a0ef863a63555.tar.gz raylib-5387b4543175bee9d195b24e250a0ef863a63555.zip | |
Working on configuration flags
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |
