fix static includes
This commit is contained in:
parent
32746cdd20
commit
f6d9d7c683
@ -1,10 +1,13 @@
|
||||
/*
|
||||
* Irresistible Gaming 2018
|
||||
* Developed by Lorenc Pekaj
|
||||
* Module: actors.inc
|
||||
* Purpose: hosts all actor related data
|
||||
* Module: cnr\static\actors.inc
|
||||
* Purpose: hosts all static actor related data
|
||||
*/
|
||||
|
||||
/* ** Includes ** */
|
||||
#include < YSI\y_hooks >
|
||||
|
||||
/* ** Variables ** */
|
||||
enum E_ACTOR_DATA
|
||||
{
|
||||
|
@ -5,6 +5,9 @@
|
||||
* Purpose: static map icons in the server
|
||||
*/
|
||||
|
||||
/* ** Includes ** */
|
||||
#include < YSI\y_hooks >
|
||||
|
||||
/* ** Functions ** */
|
||||
hook OnScriptInit( )
|
||||
{
|
||||
|
@ -1,10 +1,13 @@
|
||||
/*
|
||||
* Irresistible Gaming 2018
|
||||
* Developed by Lorenc Pekaj
|
||||
* Module: static_cnr\player_objects.inc
|
||||
* Module: cnr\static\player_objects.inc
|
||||
* Purpose: player associated objects, including but not limited to interiors
|
||||
*/
|
||||
|
||||
/* ** Includes ** */
|
||||
#include < YSI\y_hooks >
|
||||
|
||||
/* ** Functions ** */
|
||||
hook OnScriptInit( )
|
||||
{
|
||||
|
@ -1,10 +1,13 @@
|
||||
/*
|
||||
* Irresistible Gaming 2018
|
||||
* Developed by Lorenc Pekaj
|
||||
* Module: static_cnr\server_objects.inc
|
||||
* Module: cnr\static\server_objects.inc
|
||||
* Purpose: server associated objects, including but not limited to interiors
|
||||
*/
|
||||
|
||||
/* ** Includes ** */
|
||||
#include < YSI\y_hooks >
|
||||
|
||||
/* ** Functions ** */
|
||||
hook OnScriptInit( )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user