Restore files which aren't removed in this fork

This commit is contained in:
Daniel Walder 2021-03-22 20:01:07 +10:00
parent 4a45a3f931
commit faab3be9c6
2 changed files with 3 additions and 0 deletions

View file

@ -56,6 +56,8 @@ HL1_OBJS = \
$(HL1_OBJ_DIR)/GameStudioModelRenderer.o \
$(HL1_OBJ_DIR)/geiger.o \
$(HL1_OBJ_DIR)/health.o \
$(HL1_OBJ_DIR)/hud_bench.o \
$(HL1_OBJ_DIR)/hud_benchtrace.o \
$(HL1_OBJ_DIR)/hud_msg.o \
$(HL1_OBJ_DIR)/hud_redraw.o \
$(HL1_OBJ_DIR)/hud_update.o \

View file

@ -71,6 +71,7 @@ HLDLL_OBJS = \
$(HLDLL_OBJ_DIR)/gman.o \
$(HLDLL_OBJ_DIR)/h_ai.o \
$(HLDLL_OBJ_DIR)/h_battery.o \
$(HLDLL_OBJ_DIR)/h_cine.o \
$(HLDLL_OBJ_DIR)/h_cycler.o \
$(HLDLL_OBJ_DIR)/h_export.o \
$(HLDLL_OBJ_DIR)/handgrenade.o \