sfcnr/gamemodes/irresistible/cnr/static/_cnr_static.pwn

14 lines
459 B
Plaintext
Raw Normal View History

/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc
* Module: cnr\static\_cnr_static.pwn
* Purpose: encloses all static objects/vehicles/actors/entities (cnr)
*/
/* ** Includes ** */
#include "irresistible\cnr\static\actors.pwn"
#include "irresistible\cnr\static\server_vehicles.pwn"
#include "irresistible\cnr\static\removed_buildings.pwn"
#include "irresistible\cnr\static\server_objects.pwn"
#include "irresistible\cnr\static\player_objects.pwn"