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 ** */
|
2018-12-22 23:24:17 +00:00
|
|
|
#include "irresistible\cnr\commands\cmd_changes.pwn"
|
2019-01-01 06:58:48 +00:00
|
|
|
#include "irresistible\cnr\commands\cmd_twitter.pwn"
|
|
|
|
#include "irresistible\cnr\commands\cmd_highscores.pwn"
|