Added windows project files with build targets

This commit is contained in:
n00b87
2024-12-18 16:29:21 -05:00
parent f963213013
commit f9092efbba
9 changed files with 4423 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#ifndef RC_GFX_CORE_H_INCLUDED
#define RC_GFX_CORE_H_INCLUDED
#if defined(RC_ANDROID) || defined(RC_WINDOWS)
#if defined(RC_ANDROID)
#include "SDL.h"
#include "btBulletDynamicsCommon.h"
#include "BulletSoftBody/btSoftRigidDynamicsWorld.h"