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-23 10:20:13 +11:00
/* ** Directories ** */
#include "irresistible\cnr\commands\admin\_admin.pwn"
2018-12-23 10:20:13 +11:00
/* ** Files ** */
2019-01-01 17:58:48 +11:00
#include "irresistible\cnr\commands\cmd_twitter.pwn"
2019-01-01 18:02:25 +11:00
#include "irresistible\cnr\commands\cmd_highscores.pwn"
2019-01-01 18:05:12 +11:00
#include "irresistible\cnr\commands\cmd_nametags.pwn"
#include "irresistible\cnr\commands\cmd_feedback.pwn"
#include "irresistible\cnr\commands\cmd_help.pwn"