diff options
| author | raysan5 <[email protected]> | 2020-02-10 13:16:34 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-02-10 13:16:34 +0100 |
| commit | 49145e90a2c82d32c1065a833b1630f1e9a2bbfd (patch) | |
| tree | 92f61a611cb0662dfe1967af6afbf538d40a48a2 /src/config.h | |
| parent | 28e12a6c6ac616f22d26822b8652fa35e211f1e1 (diff) | |
| download | raylib-49145e90a2c82d32c1065a833b1630f1e9a2bbfd.tar.gz raylib-49145e90a2c82d32c1065a833b1630f1e9a2bbfd.zip | |
Remove spacing
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/config.h b/src/config.h index ac25c6c3..8870ac68 100644 --- a/src/config.h +++ b/src/config.h @@ -67,7 +67,6 @@ // Support VR simulation functionality (stereo rendering) #define SUPPORT_VR_SIMULATOR 1 - //------------------------------------------------------------------------------------ // Module: shapes - Configuration Flags //------------------------------------------------------------------------------------ @@ -94,7 +93,6 @@ //#define SUPPORT_FILEFORMAT_ASTC 1 //#define SUPPORT_FILEFORMAT_PKM 1 //#define SUPPORT_FILEFORMAT_PVR 1 - // Support image export functionality (.png, .bmp, .tga, .jpg) #define SUPPORT_IMAGE_EXPORT 1 // Support multiple image editing functions to scale, adjust colors, flip, draw on images, crop... @@ -103,7 +101,6 @@ // Support procedural image generation functionality (gradient, spot, perlin-noise, cellular) #define SUPPORT_IMAGE_GENERATION 1 - //------------------------------------------------------------------------------------ // Module: text - Configuration Flags //------------------------------------------------------------------------------------ @@ -114,7 +111,6 @@ #define SUPPORT_FILEFORMAT_FNT 1 #define SUPPORT_FILEFORMAT_TTF 1 - //------------------------------------------------------------------------------------ // Module: models - Configuration Flags //------------------------------------------------------------------------------------ @@ -127,7 +123,6 @@ // NOTE: Some generated meshes DO NOT include generated texture coordinates #define SUPPORT_MESH_GENERATION 1 - //------------------------------------------------------------------------------------ // Module: audio - Configuration Flags //------------------------------------------------------------------------------------ @@ -139,7 +134,6 @@ #define SUPPORT_FILEFORMAT_FLAC 1 #define SUPPORT_FILEFORMAT_MP3 1 - //------------------------------------------------------------------------------------ // Module: utils - Configuration Flags //------------------------------------------------------------------------------------ @@ -148,5 +142,4 @@ #define SUPPORT_TRACELOG 1 //#define SUPPORT_TRACELOG_DEBUG 1 - #endif //defined(RAYLIB_CMAKE) |
