while typing the pr i realized that saying that GetCore is 'not guaranteed to be stable' is redundant
This commit is contained in:
parent
c13252e512
commit
957acee900
|
|
@ -191,7 +191,6 @@ union OverridableFunctionPointer {
|
|||
};
|
||||
|
||||
void OverrideInternalFunction(const char * funcName, union OverridableFunctionPointer * func);
|
||||
//CoreData * GetCore(); // Get and set variables of Raylib's core struct
|
||||
|
||||
// EOF
|
||||
#endif
|
||||
|
|
@ -255,6 +255,5 @@ typedef struct CoreData {
|
|||
} CoreData;
|
||||
|
||||
|
||||
CoreData * GetCore(); // Get Raylib's CoreData struct. The fields of this are not guaranteed to be stable.
|
||||
|
||||
CoreData * GetCore(); // Get Raylib's CoreData struct.
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user