chore: Introduce common directory to deduplicate shared code

This commit is contained in:
Ash Logan 2024-11-21 13:19:06 +11:00
commit ea71879bb1
22 changed files with 110 additions and 278 deletions

View file

@ -21,9 +21,9 @@ WUMS_ROOT := $(DEVKITPRO)/wums
#-------------------------------------------------------------------------------
TARGET := Inkay-pretendo
BUILD := build
SOURCES := src src/utils
SOURCES := src src/utils ../common
DATA := data
INCLUDES := src ../src/lang
INCLUDES := src ../src/lang ../common
#DEBUG := 1
#-------------------------------------------------------------------------------