9 Commits (ff8dc1f1f7d3a0bf7ac61e8516c8909b06db7633)

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.
8 months ago
Aadhavan Srinivasan b90d37c73f Added relevant files for cross-compilation to windows 8 months ago
Aadhavan Srinivasan 93d3f2e13f Added serialization C file as a dependency 8 months ago
Aadhavan Srinivasan e9c0fe563c Added additional dependencies 8 months ago
Aadhavan Srinivasan f8b1994bde Added additional flags for GCC 8 months ago
Aadhavan Srinivasan 6593384d2d Added Paddle.cpp and Ball.cpp as dependencies 8 months ago
Aadhavan Srinivasan 4eaca05b68 Added 'sock.cpp' and removed include directory 8 months ago
Aadhavan Srinivasan fd1eaac5e2 Added build flag for debugging 8 months ago
Aadhavan Srinivasan 8a57f80b8c Switched over to using Meson as build system, instead of Make 9 months ago