Merge pull request #522 from a3f/master

Refactor all #define SUPPORT_* into a config.h
This commit is contained in:
Ray
2018-04-08 22:46:44 +02:00
committed by GitHub
15 changed files with 268 additions and 99 deletions

View File

@@ -36,12 +36,7 @@
*
**********************************************************************************************/
// Default configuration flags (supported features)
//-------------------------------------------------
#define SUPPORT_FILEFORMAT_OBJ
#define SUPPORT_FILEFORMAT_MTL
#define SUPPORT_MESH_GENERATION
//-------------------------------------------------
#include "config.h"
#include "raylib.h"