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-19 05:43:05 +00:00
|
|
|
* Module: config\_config.pwn
|
|
|
|
* Purpose: encloses all server related configuration
|
2018-09-09 20:55:38 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* ** Includes ** */
|
|
|
|
#include "irresistible\config\database.pwn" // keep #1
|
2018-09-19 05:43:05 +00:00
|
|
|
#include "irresistible\config\server.pwn"
|
2018-09-09 20:55:38 +00:00
|
|
|
#include "irresistible\config\colors.pwn"
|