sfcnr/gamemodes/irresistible/cnr/_cnr.pwn

27 lines
622 B
Plaintext
Raw Normal View History

/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc Pekaj
* Module: cnr/_cnr.pwn
* Purpose: encloses all cnr related components (cnr)
*/
/* ** Includes ** */
// core
#include "irresistible\cnr\player.pwn"
#include "irresistible\cnr\global.pwn"
#include "irresistible\cnr\classes.pwn"
#include "irresistible\cnr\textdraws.pwn"
2018-09-10 08:25:39 +00:00
#include "irresistible\cnr\spawn.pwn"
#include "irresistible\cnr\dialog_ids.pwn"
// static cnr features
#include "irresistible\cnr\static\_cnr_static.pwn"
// features
#include "irresistible\cnr\features\_features.pwn"
// commands
#include "irresistible\cnr\commands\_commands.pwn"