2019-01-19 04:50:25 +00:00
|
|
|
#pragma target fte
|
2019-03-13 15:48:58 +00:00
|
|
|
#pragma progs_dat "../../cstrike/data.pk3dir/csprogs.dat"
|
2019-01-19 04:50:25 +00:00
|
|
|
|
|
|
|
#define CSQC
|
|
|
|
#define CSTRIKE
|
|
|
|
|
|
|
|
#includelist
|
|
|
|
../builtins.h
|
|
|
|
../defs.h
|
|
|
|
../shared/cstrike/defs.h
|
|
|
|
../math.h
|
|
|
|
../materials.h
|
|
|
|
../events.h
|
|
|
|
../entities.h
|
|
|
|
cstrike/defs.h
|
2019-01-21 02:00:14 +00:00
|
|
|
defs.h
|
2019-08-03 17:40:34 +00:00
|
|
|
|
|
|
|
../vgui/include.src
|
2019-01-21 02:00:14 +00:00
|
|
|
|
2019-01-29 02:40:14 +00:00
|
|
|
voice.c
|
2019-01-21 02:00:14 +00:00
|
|
|
sound.c
|
|
|
|
text.c
|
2019-01-19 04:50:25 +00:00
|
|
|
|
|
|
|
../shared/cstrike/weaponak47.c
|
|
|
|
../shared/cstrike/weaponaug.c
|
|
|
|
../shared/cstrike/weaponawp.c
|
|
|
|
../shared/cstrike/weaponc4bomb.c
|
|
|
|
../shared/cstrike/weapondeagle.c
|
|
|
|
../shared/cstrike/weaponelites.c
|
|
|
|
../shared/cstrike/weaponfiveseven.c
|
|
|
|
../shared/cstrike/weaponflashbang.c
|
|
|
|
../shared/cstrike/weapong3sg1.c
|
|
|
|
../shared/cstrike/weaponglock18.c
|
|
|
|
../shared/cstrike/weaponhegrenade.c
|
|
|
|
../shared/cstrike/weaponknife.c
|
|
|
|
../shared/cstrike/weaponm3.c
|
|
|
|
../shared/cstrike/weaponm4a1.c
|
|
|
|
../shared/cstrike/weaponmac10.c
|
|
|
|
../shared/cstrike/weaponmp5.c
|
|
|
|
../shared/cstrike/weaponp228.c
|
|
|
|
../shared/cstrike/weaponp90.c
|
|
|
|
../shared/cstrike/weaponpara.c
|
|
|
|
../shared/cstrike/weaponscout.c
|
|
|
|
../shared/cstrike/weaponsg550.c
|
|
|
|
../shared/cstrike/weaponsg552.c
|
|
|
|
../shared/cstrike/weaponsmokegrenade.c
|
|
|
|
../shared/cstrike/weapontmp.c
|
|
|
|
../shared/cstrike/weaponump45.c
|
|
|
|
../shared/cstrike/weaponusp45.c
|
|
|
|
../shared/cstrike/weaponxm1014.c
|
|
|
|
../shared/cstrike/basegun.c
|
|
|
|
../shared/cstrike/weapons.c
|
|
|
|
../shared/cstrike/radio.c
|
|
|
|
../shared/cstrike/equipment.c
|
|
|
|
../shared/cstrike/animations.c
|
|
|
|
|
|
|
|
../shared/pmove.c
|
|
|
|
../gs-entbase/client.src
|
2019-02-20 13:30:16 +00:00
|
|
|
../shared/decals.c
|
2019-01-21 02:00:14 +00:00
|
|
|
../shared/effects.c
|
2019-01-19 04:50:25 +00:00
|
|
|
../shared/spraylogo.cpp
|
|
|
|
|
|
|
|
cstrike/overview.c
|
2019-01-29 02:40:14 +00:00
|
|
|
../shared/valve/player.cpp
|
2019-01-21 02:00:14 +00:00
|
|
|
player.c
|
|
|
|
predict.c
|
|
|
|
events.c
|
2019-01-19 04:50:25 +00:00
|
|
|
cstrike/view.c
|
2019-01-21 02:00:14 +00:00
|
|
|
view.c
|
|
|
|
damage.c
|
2019-01-29 02:40:14 +00:00
|
|
|
chat.c
|
2019-01-19 04:50:25 +00:00
|
|
|
cstrike/nightvision.c
|
|
|
|
cstrike/hudcrosshair.c
|
|
|
|
cstrike/hudscope.c
|
|
|
|
cstrike/hudweaponselect.c
|
|
|
|
cstrike/hudorbituaries.c
|
|
|
|
cstrike/hud.c
|
2019-08-03 17:40:34 +00:00
|
|
|
|
|
|
|
vgui.cpp
|
|
|
|
cstrike/vgui_buymenu.cpp
|
2019-08-10 21:37:56 +00:00
|
|
|
cstrike/vgui_chooseteam.cpp
|
2019-08-03 17:40:34 +00:00
|
|
|
cstrike/vgui_motd.cpp
|
2019-08-14 09:43:43 +00:00
|
|
|
valve/scoreboard.c
|
2019-08-03 17:40:34 +00:00
|
|
|
|
2019-01-19 04:50:25 +00:00
|
|
|
cstrike/draw.c
|
|
|
|
cstrike/entities.c
|
|
|
|
cstrike/event.c
|
|
|
|
cstrike/init.c
|
2019-01-21 02:00:14 +00:00
|
|
|
|
2019-01-29 02:40:14 +00:00
|
|
|
cstrike/player.c
|
2019-01-21 02:00:14 +00:00
|
|
|
entities.c
|
|
|
|
|
2019-01-29 02:40:14 +00:00
|
|
|
cstrike/input.c
|
2019-01-19 04:50:25 +00:00
|
|
|
entry.c
|
|
|
|
#endlist
|