plugy/PlugY/globalVariable.h
2017-01-23 20:34:12 +01:00

16 lines
405 B
C

/*=================================================================
File created by Yohann NICOLAS.
Set global variable.
=================================================================*/
#pragma once
#include "common.h"
extern bool onRealm;
extern bool needToInit;
void Install_VariableOnRealm();
/*================================= END OF FILE =================================*/