LibreWands/Source
Xavier Del Campo Romero 1122308c15
Split project into smaller Makefiles
Instead of controlling all logic from the top-level Makefile, splitting
into directory-specific Makefiles allows for:

- Better separation of concerns
- Improved compatibility with POSIX make(1)

As a possible drawback, support for out-of-tree builds has been removed,
in favour of simplicity and POSIX compatibility.
2023-07-16 00:29:42 +02:00
..
Makefile Split project into smaller Makefiles 2023-07-16 00:29:42 +02:00
editMaps.c Fixed 8 char filename limit. 2023-07-02 22:17:13 -06:00
engineCore.c Added code tests. 2023-07-02 05:55:47 -06:00
engineMaps.c Added code tests. 2023-07-02 05:55:47 -06:00
engineMaps.h Fixed segfault after placing over 255 of any tile. 2023-07-01 10:16:20 -06:00
engineSound.c Added copyright info. 2023-07-08 01:17:49 -06:00
playJoycon.c Updated ReadMe file. 2023-07-01 02:46:24 -06:00