add cl_cam.c to eliminate another undefined sybol. Now all that's left is

prediction stuff.
This commit is contained in:
Bill Currie 2000-02-10 14:02:36 +00:00
parent 314cca66b8
commit 7d7d5faa18

View file

@ -175,7 +175,8 @@ SW_REND_SRC = screen.c $(SWREND_SRC_PLAT) draw.c \
# Client source files
CL_SRC = cl_demo.c cl_input.c cl_main.c cl_parse.c cl_tent.c cl_ents.c
CL_SRC = cl_demo.c cl_input.c cl_main.c cl_parse.c cl_tent.c cl_ents.c \
cl_cam.c
CL_GUI_SRC= console.c sbar.c view.c keys.c menu.c
# Server source files