cl_buy.inc
Original include source with line numbers.
| 1 | #if defined _cl_buy_included |
| 2 | #endinput |
| 3 | #endif |
| 4 | #define _cl_buy_included |
| 5 | |
| 6 | #pragma reqlib cl_buy |
| 7 | |
| 8 | #define CSW_DEFUSER 33 |
| 9 | #define CSW_NVGS 34 |
| 10 | #define CSW_SHIELD 35 |
| 11 | #define CSW_PRIMAMMO 36 |
| 12 | #define CSW_SECAMMO 37 |
| 13 | |
| 14 | forward client_buy(id, item); |