sfcnr/gamemodes/irresistible/cnr/commands/_commands.pwn

16 lines
501 B
Plaintext
Raw Normal View History

/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc
* Module: cnr/commands/admin/_admin.pwn
* Purpose: encloses all commands
*/
2018-12-22 23:20:13 +00:00
/* ** Directories ** */
#include "irresistible\cnr\commands\admin\_admin.pwn"
2018-12-22 23:20:13 +00:00
/* ** Files ** */
2019-01-01 06:58:48 +00:00
#include "irresistible\cnr\commands\cmd_twitter.pwn"
2019-01-01 07:02:25 +00:00
#include "irresistible\cnr\commands\cmd_highscores.pwn"
2019-01-01 07:05:12 +00:00
#include "irresistible\cnr\commands\cmd_nametags.pwn"
#include "irresistible\cnr\commands\cmd_feedback.pwn"
#include "irresistible\cnr\commands\cmd_help.pwn"