restructure

This commit is contained in:
Nishi 2026-01-19 14:11:10 +09:00
commit d94b90caab
23 changed files with 6 additions and 32 deletions

11
engine/external/ode/config.h.in vendored Normal file
View file

@ -0,0 +1,11 @@
#ifndef _ODE_CONFIG_H_
#define _ODE_CONFIG_H_
#define dTRIMESH_ENABLED 1
#define dTRIMESH_GIMPACT 1
#define dOU_ENABLED 1
#define dATOMICS_ENABLED 0
#define dTLS_ENABLED 0
#define dBUILTIN_THREADING_IMPL_ENABLED 0
#define dTHREADING_INTF_DISABLED 1
#include "typedefs.h"
#endif