Add headers and fix build

Add more C headers and allow libsb to build correctly with warnings.
This commit is contained in:
Aidan C. Mullen 2025-03-08 22:33:48 -05:00
parent 103ffffbd7
commit 943afc734f
22 changed files with 6155 additions and 38 deletions

9
README
View file

@ -13,10 +13,19 @@ installed to run the compiled binary.
- Godot 4.4
- Vulkan Developement Libraries (version compatible with Godot 4.4)
- Godot Jolt
- Boost C++ Libraries: https://www.boost.org/
- cwebsocket: https://github.com/jeremyhahn/cwebsocket
- TinyCThread: https://github.com/tinycthread/tinycthread
Some platforms may require that shared libraries be placed alongside the
source files, such as MSYS-2.0.dll.
C Reference:
https://en.cppreference.com/w/c
C++ Reference:
https://en.cppreference.com/w/
Build
-----