broken, adding the voxelburg code and fixing it up for real mode
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 31 Aug 2024 03:08:10 +0000 (06:08 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 31 Aug 2024 03:08:10 +0000 (06:08 +0300)
commit8a56eb2561a09655ae5058a62ba5bf0069ea7d6e
tree304916e4805e8bdd1cf9fe06f82e02ceed12b4ca
parentb2f8e721ece8142f16bab6b4f8bf0a6f7faa451a
broken, adding the voxelburg code and fixing it up for real mode
.gitignore
Makefile
src/dos/main.c
src/game.c [new file with mode: 0644]
src/game.h [new file with mode: 0644]
src/gamescr.c [new file with mode: 0644]
src/lut.asm [new file with mode: 0644]
src/menuscr.c [new file with mode: 0644]
src/util.h [new file with mode: 0644]
src/voxscape.c [new file with mode: 0644]
src/voxscape.h [new file with mode: 0644]