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

@ -21,5 +21,6 @@
#include <GearSrc/SoundEngine.h>
#include <GearSrc/Sound.h>
#include <GearSrc/Net.h>
#include <GearSrc/Physics.h>
#endif

View file

@ -175,6 +175,7 @@ struct _GSNetKV {
#ifdef _GEARSRC
#include <GearSrc/GL/GL.h>
#include <miniaudio.h>
#include <ode/ode.h>
struct _GSGL {
GSEngine engine;