added new title music & agnostic struct array compare function

This commit is contained in:
Return0ne 2022-10-17 18:21:21 -04:00
parent b9ba62c4c8
commit b897b23b1b
5 changed files with 2698 additions and 50 deletions

View file

@ -44,7 +44,7 @@ RAYLIB_LIB_PATH ?= /usr/local/lib
RAYLIB_LIBTYPE ?= STATIC
# Build mode for project: DEBUG or RELEASE
BUILD_MODE ?= RELEASE
BUILD_MODE ?= DEBUG
# Use Wayland display server protocol on Linux desktop (by default it uses X11 windowing system)
# NOTE: This variable is only used for PLATFORM_OS: LINUX