added GDash source files prepared for game engine integration into R'n'D
authorHolger Schemel <info@artsoft.org>
Sun, 11 Feb 2024 11:37:35 +0000 (12:37 +0100)
committerHolger Schemel <info@artsoft.org>
Sun, 18 Feb 2024 14:57:42 +0000 (15:57 +0100)
commit7fb08abe58b2c84e36a5ed247d2103e08ae98aa4
tree5c82c71df4ef6b705e1709127ca819a08b29788b
parent08097448ca93da43b5f12df9fd180c2375eb6018
added GDash source files prepared for game engine integration into R'n'D
28 files changed:
src/game.c
src/game.h
src/game_bd/Makefile
src/game_bd/bd_bdcff.c [new file with mode: 0644]
src/game_bd/bd_bdcff.h [new file with mode: 0644]
src/game_bd/bd_c64import.c [new file with mode: 0644]
src/game_bd/bd_c64import.h [new file with mode: 0644]
src/game_bd/bd_cave.c [new file with mode: 0644]
src/game_bd/bd_cavedb.c [new file with mode: 0644]
src/game_bd/bd_cavedb.h [new file with mode: 0644]
src/game_bd/bd_caveengine.c [new file with mode: 0644]
src/game_bd/bd_caveengine.h [new file with mode: 0644]
src/game_bd/bd_caveobject.c [new file with mode: 0644]
src/game_bd/bd_caveobject.h [new file with mode: 0644]
src/game_bd/bd_caveset.c [new file with mode: 0644]
src/game_bd/bd_caveset.h [new file with mode: 0644]
src/game_bd/bd_gameplay.c [new file with mode: 0644]
src/game_bd/bd_graphics.c [new file with mode: 0644]
src/game_bd/bd_graphics.h [new file with mode: 0644]
src/game_bd/bd_sound.c [new file with mode: 0644]
src/game_bd/bd_sound.h [new file with mode: 0644]
src/game_bd/export_bd.h
src/game_bd/import_bd.h
src/game_bd/main_bd.c
src/game_bd/main_bd.h
src/libgame/system.h
src/tape.c
src/tape.h