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