31 lines
783 B
Plaintext
31 lines
783 B
Plaintext
/*
|
|
* Irresistible Gaming 2018
|
|
* Developed by Lorenc
|
|
* Module: _main.inc
|
|
* Purpose: centralize includes
|
|
*/
|
|
|
|
// config
|
|
#include "irresistible\config\_config.pwn"
|
|
|
|
// anticheat
|
|
#include "irresistible\anticheat\_anticheat.pwn"
|
|
|
|
// default
|
|
#include "irresistible\security.pwn"
|
|
#include "irresistible\helpers.pwn"
|
|
#include "irresistible\floodcontrol.pwn"
|
|
#include "irresistible\mailer.pwn"
|
|
#include "irresistible\attachments.pwn"
|
|
#include "irresistible\lookup.pwn"
|
|
#include "irresistible\servervars.pwn"
|
|
#include "irresistible\sampac.pwn"
|
|
#include "irresistible\physics_dynamic.pwn" // required for cnr\features\pool.pwn
|
|
// #include "irresistible\analytics.pwn"
|
|
|
|
// gta related variables
|
|
#include "irresistible\gta\_gta.pwn"
|
|
|
|
// cnr configuration
|
|
#include "irresistible\cnr\_cnr.pwn"
|