mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
add cl_cam.c to eliminate another undefined sybol. Now all that's left is
prediction stuff.
This commit is contained in:
parent
314cca66b8
commit
7d7d5faa18
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue