17 lines
554 B
Plaintext
17 lines
554 B
Plaintext
/*
|
|
* Irresistible Gaming (c) 2018
|
|
* Developed by Lorenc
|
|
* Module: cnr/commands/admin/_admin.pwn
|
|
* Purpose: encloses all commands
|
|
*/
|
|
|
|
/* ** Directories ** */
|
|
#include "irresistible\cnr\commands\admin\_admin.pwn"
|
|
|
|
/* ** Files ** */
|
|
#include "irresistible\cnr\commands\cmd_changes.pwn"
|
|
#include "irresistible\cnr\commands\cmd_twitter.pwn"
|
|
#include "irresistible\cnr\commands\cmd_highscores.pwn"
|
|
#include "irresistible\cnr\commands\cmd_nametags.pwn"
|
|
#include "irresistible\cnr\commands\cmd_feedback.pwn"
|
|
#include "irresistible\cnr\commands\cmd_help.pwn" |