diff options
Diffstat (limited to 'code/cgame/cgame_ta.q3asm')
-rwxr-xr-x | code/cgame/cgame_ta.q3asm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/code/cgame/cgame_ta.q3asm b/code/cgame/cgame_ta.q3asm new file mode 100755 index 0000000..8b14ed9 --- /dev/null +++ b/code/cgame/cgame_ta.q3asm @@ -0,0 +1,28 @@ +-o "\quake3\missionpack\vm\cgame"
+cg_main
+..\cg_syscalls
+cg_consolecmds
+cg_draw
+cg_drawtools
+cg_effects
+cg_ents
+cg_event
+cg_info
+cg_localents
+cg_marks
+cg_players
+cg_playerstate
+cg_predict
+cg_scoreboard
+cg_servercmds
+cg_snapshot
+cg_view
+cg_weapons
+bg_slidemove
+bg_pmove
+bg_lib
+bg_misc
+q_math
+q_shared
+ui_shared
+cg_newdraw
|