sfcnr/gamemodes/irresistible/cnr/_cnr.pwn
2018-09-10 06:55:38 +10:00

17 lines
497 B
Plaintext

/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc Pekaj
* Module: cnr/_cnr.pwn
* Purpose: ecnloses all cnr related components (cnr)
*/
/* ** Includes ** */
#include "irresistible\cnr\player.pwn"
#include "irresistible\cnr\global.pwn"
#include "irresistible\cnr\classes.pwn"
#include "irresistible\cnr\textdraws.pwn"
#include "irresistible\cnr\cities.pwn"
#include "irresistible\cnr\dialog_ids.pwn"
#include "irresistible\cnr\vip.pwn"
#include "irresistible\cnr\commands\_commands.pwn"