fix static includes

This commit is contained in:
Lorenc Pekaj 2018-10-17 03:34:59 +11:00
parent 32746cdd20
commit f6d9d7c683
4 changed files with 16 additions and 4 deletions

View File

@ -1,10 +1,13 @@
/* /*
* Irresistible Gaming 2018 * Irresistible Gaming 2018
* Developed by Lorenc Pekaj * Developed by Lorenc Pekaj
* Module: actors.inc * Module: cnr\static\actors.inc
* Purpose: hosts all actor related data * Purpose: hosts all static actor related data
*/ */
/* ** Includes ** */
#include < YSI\y_hooks >
/* ** Variables ** */ /* ** Variables ** */
enum E_ACTOR_DATA enum E_ACTOR_DATA
{ {

View File

@ -5,6 +5,9 @@
* Purpose: static map icons in the server * Purpose: static map icons in the server
*/ */
/* ** Includes ** */
#include < YSI\y_hooks >
/* ** Functions ** */ /* ** Functions ** */
hook OnScriptInit( ) hook OnScriptInit( )
{ {

View File

@ -1,10 +1,13 @@
/* /*
* Irresistible Gaming 2018 * Irresistible Gaming 2018
* Developed by Lorenc Pekaj * 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 * Purpose: player associated objects, including but not limited to interiors
*/ */
/* ** Includes ** */
#include < YSI\y_hooks >
/* ** Functions ** */ /* ** Functions ** */
hook OnScriptInit( ) hook OnScriptInit( )
{ {

View File

@ -1,10 +1,13 @@
/* /*
* Irresistible Gaming 2018 * Irresistible Gaming 2018
* Developed by Lorenc Pekaj * 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 * Purpose: server associated objects, including but not limited to interiors
*/ */
/* ** Includes ** */
#include < YSI\y_hooks >
/* ** Functions ** */ /* ** Functions ** */
hook OnScriptInit( ) hook OnScriptInit( )
{ {