- Tota la API canviada. Fent la documentació.

- v1.0 RC1
This commit is contained in:
2025-02-14 14:14:26 +01:00
parent b56a0c0f71
commit 40e98737ce
5 changed files with 603 additions and 722 deletions

View File

@@ -24,4 +24,4 @@ linux:
strip -s -R .comment -R .gnu.version --strip-unneeded "$(executable)"
linux_debug:
g++ $(source) -D LUA_USE_LINUX -D DEBUG -g -Wall -Os -ffunction-sections -fdata-sections -Wl,--gc-sections -lSDL2 -o "$(executable)_debug"
g++ $(source) -D LUA_USE_LINUX -D DEBUG -g -Wall -lSDL2 -o "$(executable)_debug"