Review exposed #defines and allow user re-defining

There are multiple #define values around raylib, usually not exposed for redefinition, just reviewed all of them to allow users redefining them on compile time if required.

Also, multiple #define have been renamed and commented.
This commit is contained in:
raysan5 2020-05-01 17:31:44 +02:00
parent 1c15dc7292
commit 51c3bef497
11 changed files with 267 additions and 237 deletions

View file

@ -174,6 +174,7 @@ float GetGesturePinchAngle(void); // Get gesture pinch ang
// Types and Structures Definition
//----------------------------------------------------------------------------------
// Gestures module state context
typedef struct {
int current; // Current detected gesture
unsigned int enabledFlags; // Enabled gestures flags