2018-09-09 20:55:38 +00:00
|
|
|
/*
|
|
|
|
* Irresistible Gaming (c) 2018
|
2018-12-12 08:21:57 +00:00
|
|
|
* Developed by Lorenc
|
2018-09-09 20:55:38 +00:00
|
|
|
* Module: cnr/commands/admin/_admin.pwn
|
|
|
|
* Purpose: encloses all commands
|
|
|
|
*/
|
|
|
|
|
2018-12-22 23:20:13 +00:00
|
|
|
/* ** Directories ** */
|
2018-09-09 20:55:38 +00:00
|
|
|
#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"
|
2019-01-01 12:01:24 +00:00
|
|
|
#include "irresistible\cnr\commands\cmd_feedback.pwn"
|
|
|
|
#include "irresistible\cnr\commands\cmd_help.pwn"
|