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
commit cd616258c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"