pc port works
authorJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 6 Oct 2022 16:35:46 +0000 (19:35 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 6 Oct 2022 16:35:46 +0000 (19:35 +0300)
commitb0f9c6ecc15c2d4b5df77a7a963b742a6352ee1a
tree87c82a890c4876c1964e136ead16359425428d4d
parentbb895563088da093a90f42fc6a532688adc36cf2
pc port works
16 files changed:
.gitignore
Makefile.pc
src/debug.c [new file with mode: 0644]
src/game.c [new file with mode: 0644]
src/game.h
src/gamescr.c
src/gba.h
src/gba/debug.c [deleted file]
src/gba/intr.h [deleted file]
src/gba/main.c
src/intr.h [new file with mode: 0644]
src/menuscr.c
src/pc/intr.c [new file with mode: 0644]
src/pc/main.c
src/util.c
src/util.h