diff --git a/src/platforms/rcore_none.h b/src/platforms/rcore_none.h index 030d6ff32..3debad13a 100644 --- a/src/platforms/rcore_none.h +++ b/src/platforms/rcore_none.h @@ -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 \ No newline at end of file diff --git a/src/rcore.h b/src/rcore.h index d5ed50143..92e0ac203 100644 --- a/src/rcore.h +++ b/src/rcore.h @@ -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 \ No newline at end of file