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