plugy/PlugY/globalVariable.h

16 lines
405 B
C
Raw Normal View History

/*=================================================================
File created by Yohann NICOLAS.
Set global variable.
=================================================================*/
2017-01-23 19:34:12 +00:00
#pragma once
2017-01-23 19:34:12 +00:00
#include "common.h"
extern bool onRealm;
extern bool needToInit;
void Install_VariableOnRealm();
2017-01-23 19:34:12 +00:00
/*================================= END OF FILE =================================*/