fix static includes
This commit is contained in:
parent
32746cdd20
commit
f6d9d7c683
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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( )
|
||||||
{
|
{
|
||||||
|
@ -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( )
|
||||||
{
|
{
|
||||||
|
@ -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( )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user