Merge pull request #522 from a3f/master
Refactor all #define SUPPORT_* into a config.h
This commit is contained in:
commit
cd616258c6
15 changed files with 268 additions and 99 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue