doom

a minimalistic implementation of doom
git clone git://ssnf.xyz/doom
Log | Files | Refs

commit 4763bf2934bf561d2e83f8bca2bf9890a36ab55d
parent 6b38d7667e280487d834ebd50e84daae53691cee
Author: ssnf <ssnf@ssnf.xyz>
Date:   Thu, 17 Jun 2021 03:52:10 +0000

clean garbage

Diffstat:
Msrc/Makefile | 1-
Dsrc/doomdef.c | 4----
Dsrc/update | 0
3 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/Makefile b/src/Makefile @@ -6,7 +6,6 @@ SRC = am_map.c \ d_items.c \ d_main.c \ d_net.c \ - doomdef.c \ doomstat.c \ dstrings.c \ f_finale.c \ diff --git a/src/doomdef.c b/src/doomdef.c @@ -1,4 +0,0 @@ -#ifdef __GNUG__ -#pragma implementation "doomdef.h" -#endif -#include "doomdef.h" diff --git a/src/update b/src/update