9 Commits (c2c095dfa7ae26e5b811ef57e102e5e2e77b8c94)

Author SHA1 Message Date
Aadhavan Srinivasan ff8dc1f1f7 Removed files related to cross-compilation.
I had a ton of issues related to cross-compilation (libraries not found, clashing function
names with raylib, improper linking), and I realized that it's too much work to cross-compile,
_and_ I'm using a build system. Instead, I'm probably just going to use my Windows VM to compile for Windows.
I still haven't decided what to do for Mac, though.
10 months ago
Aadhavan Srinivasan b90d37c73f Added relevant files for cross-compilation to windows 10 months ago
Aadhavan Srinivasan 93d3f2e13f Added serialization C file as a dependency 10 months ago
Aadhavan Srinivasan e9c0fe563c Added additional dependencies 10 months ago
Aadhavan Srinivasan f8b1994bde Added additional flags for GCC 10 months ago
Aadhavan Srinivasan 6593384d2d Added Paddle.cpp and Ball.cpp as dependencies 10 months ago
Aadhavan Srinivasan 4eaca05b68 Added 'sock.cpp' and removed include directory 10 months ago
Aadhavan Srinivasan fd1eaac5e2 Added build flag for debugging 11 months ago
Aadhavan Srinivasan 8a57f80b8c Switched over to using Meson as build system, instead of Make 11 months ago