author | John Tsiombikas <nuclear@member.fsf.org> | |
Tue, 28 Mar 2023 23:31:45 +0000 (02:31 +0300) | ||
committer | John Tsiombikas <nuclear@member.fsf.org> | |
Tue, 28 Mar 2023 23:31:45 +0000 (02:31 +0300) | ||
commit | dd7ce87b0ad2b8a1b4758bcc9354e993b71c8599 | |
tree | bb1c1a7abc21e22524bf9a57cd9efec8aec04b39 | tree | snapshot |
parent | 48ee87d8c32791d17fa7a57076df5d6721d6c05c | commit | diff |
.gitignore | diff | blob | history | |
Makefile | diff | blob | history | |
libs/assfile/COPYING | [new file with mode: 0644] | blob |
libs/assfile/COPYING.LESSER | [new file with mode: 0644] | blob |
libs/assfile/Makefile | [new file with mode: 0644] | blob |
libs/assfile/README.md | [new file with mode: 0644] | blob |
libs/assfile/assfile.c | [new file with mode: 0644] | blob |
libs/assfile/assfile.h | [new file with mode: 0644] | blob |
libs/assfile/assfile_impl.h | [new file with mode: 0644] | blob |
libs/assfile/mod_archive.c | [new file with mode: 0644] | blob |
libs/assfile/mod_path.c | [new file with mode: 0644] | blob |
libs/assfile/tar.c | [new file with mode: 0644] | blob |
libs/assfile/tar.h | [new file with mode: 0644] | blob |
libs/libs.mk | [new file with mode: 0644] | blob |
src/game.c | diff | blob | history | |
src/game.h | diff | blob | history | |
src/level.h | [new file with mode: 0644] | blob |
src/main.c | diff | blob | history | |
src/miniglut.c | [new file with mode: 0644] | blob |
src/miniglut.h | [new file with mode: 0644] | blob |
src/scr_game.c | [new file with mode: 0644] | blob |
src/scr_map.c | [new file with mode: 0644] | blob |
src/scr_menu.c | [new file with mode: 0644] | blob |