sfcnr/gamemodes/irresistible/cnr/features/gangs/_gangs.pwn
Lorenc Pekaj 3947176508 init
2018-11-08 21:34:54 +11:00

17 lines
502 B
Plaintext

/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc Pekaj
* Module: cnr\features\gangs\_gangs.pwn
* Purpose: encloses all gang and facility related modules (cnr)
*/
/* ** Includes ** */
#include "irresistible\cnr\features\gangs\gangs.pwn"
#include "irresistible\cnr\features\gangs\facilities.pwn"
#include "irresistible\cnr\features\gangs\turfs.pwn"
#include "irresistible\cnr\features\gangs\cannon.pwn"
#if defined DEBUG_MODE
#include "irresistible\cnr\features\gangs\gvehicles.pwn"
#endif