Fixed a bullet include for windows

This commit is contained in:
n00b
2024-12-07 12:50:52 -05:00
parent 8e1686978c
commit 3753e1a0d3

View File

@@ -7,7 +7,7 @@
#include <SDL2/SDL.h>
#endif // RC_ANDROID
#ifdef RC_ANDROID
#if defined(RC_ANDROID) || defined(RC_WINDOWS)
#include <irrlicht.h>
#include <btBulletDynamicsCommon.h>
#else