mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 12:36:02 +00:00
16 lines
371 B
C
16 lines
371 B
C
/*=================================================================
|
|
File created by Yohann NICOLAS.
|
|
|
|
Set global variable.
|
|
|
|
=================================================================*/
|
|
|
|
#ifndef __GLOBAL_VARIABLE_H__INCLUDED
|
|
#define __GLOBAL_VARIABLE_H__INCLUDED
|
|
|
|
extern bool onRealm;
|
|
extern bool needToInit;
|
|
|
|
void Install_VariableOnRealm();
|
|
|
|
#endif |