Created basic class structure, Added renderer

This commit is contained in:
2025-03-18 23:46:34 +01:00
commit 48433876c7
10 changed files with 243 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
TARGET = psxsplash
TYPE = ps-exe
SRCS = \
src/main.cpp
include third_party/nugget/psyqo/psyqo.mk