12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
/*
|
|
* Irresistible Gaming (c) 2018
|
|
* Developed by Lorenc Pekaj
|
|
* Module: gta/_gta.pwn
|
|
* Purpose: encloses all gta related data/components
|
|
*/
|
|
|
|
/* ** Includes ** */
|
|
#include "irresistible\gta\map.pwn"
|
|
#include "irresistible\gta\vehicles.pwn"
|
|
#include "irresistible\gta\weapon_data.pwn"
|