Working on configuration flags

This commit is contained in:
Ray 2017-03-25 12:01:01 +01:00
parent 3f0c296422
commit 5387b45431
5 changed files with 228 additions and 148 deletions

View file

@ -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"