This commit is contained in:
Nishi 2026-01-31 09:25:44 +09:00
commit 13ed1d2d96
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 10 additions and 3 deletions

View file

@ -7,6 +7,7 @@
#include <GearSrc/Resource.h>
#include <GearSrc/String.h>
#include <GearSrc/Net.h>
#include <GearSrc/Physics.h>
#include <stb_ds.h>
@ -16,6 +17,8 @@ void GSInit(void) {
GSVersionGet(&version);
GSLog(NULL, GSLogInfo, "GearSrc Engine %s", version.string);
GSPhysicsInit();
}
GSBool GSEngineRegisterResource(GSEngine engine, const char* name, const char* path) {