while typing the pr i realized that saying that GetCore is 'not guaranteed to be stable' is redundant

This commit is contained in:
IoIxD 2024-08-30 15:25:11 -07:00
parent c13252e512
commit 957acee900
2 changed files with 1 additions and 3 deletions

View File

@ -191,7 +191,6 @@ union OverridableFunctionPointer {
}; };
void OverrideInternalFunction(const char * funcName, union OverridableFunctionPointer * func); void OverrideInternalFunction(const char * funcName, union OverridableFunctionPointer * func);
//CoreData * GetCore(); // Get and set variables of Raylib's core struct
// EOF // EOF
#endif #endif

View File

@ -255,6 +255,5 @@ typedef struct CoreData {
} 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 #endif