Remove unneded define
This commit is contained in:
parent
4fb2b73a15
commit
efe2a42cee
@ -134,8 +134,6 @@
|
|||||||
#include "raylib.h"
|
#include "raylib.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define RAYGUIDEF // We are building or using raygui as a static library (or Linux shared library)
|
|
||||||
|
|
||||||
// Define functions scope to be used internally (static) or externally (extern) to the module including this file
|
// Define functions scope to be used internally (static) or externally (extern) to the module including this file
|
||||||
#if defined(RAYGUI_STATIC)
|
#if defined(RAYGUI_STATIC)
|
||||||
#define RAYGUIDEF static // Functions just visible to module including this file
|
#define RAYGUIDEF static // Functions just visible to module including this file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user