mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
14 lines
142 B
C++
14 lines
142 B
C++
#include "../sg.h"
|
|
|
|
static BOOL bModifyFlag = FALSE;
|
|
|
|
void SetModifyFlag(BOOL bFlag)
|
|
{
|
|
|
|
}
|
|
|
|
|
|
BOOL GetModifyFlag(void)
|
|
{
|
|
return bModifyFlag;
|
|
} |