2018-09-10 02:01:29 +10:00
|
|
|
/*
|
|
|
|
* Irresistible Gaming (c) 2018
|
2018-12-12 19:21:57 +11:00
|
|
|
* Developed by Lorenc
|
2018-09-10 02:01:29 +10:00
|
|
|
* Module: gta/_gta.pwn
|
|
|
|
* Purpose: encloses all gta related data/components
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* ** Includes ** */
|
|
|
|
#include "irresistible\gta\map.pwn"
|
2018-09-19 09:41:56 +10:00
|
|
|
#include "irresistible\gta\vehicle_data.pwn"
|
2018-09-10 02:01:29 +10:00
|
|
|
#include "irresistible\gta\weapon_data.pwn"
|