overhauled physics engine

This commit is contained in:
Dynamitos
2023-01-21 18:43:21 +01:00
parent 3c7346cf7b
commit 2208ab438a
164 changed files with 22606 additions and 928 deletions
-3
View File
@@ -1,7 +1,5 @@
#include <stdint.h>
namespace Seele
{
typedef uint64_t uint64;
typedef uint32_t uint32;
typedef uint16_t uint16;
@@ -11,4 +9,3 @@ typedef int64_t int64;
typedef int32_t int32;
typedef int16_t int16;
typedef int8_t int8;
} // namespace Seele