15 lines
399 B
Plaintext
15 lines
399 B
Plaintext
/*
|
|
* Irresistible Gaming (c) 2018
|
|
* Developed by Lorenc
|
|
* Module: config\_config.pwn
|
|
* Purpose: encloses all server related configuration
|
|
*/
|
|
|
|
/* ** Includes ** */
|
|
#include "irresistible\config\database.pwn" // keep #1
|
|
#include "irresistible\config\server.pwn"
|
|
#include "irresistible\config\colors.pwn"
|
|
|
|
/* ** Migrations Manager ** */
|
|
//#include "irresistible\config\migrations\_migrations.pwn"
|