9 lines
230 B
C
Raw Normal View History

2024-05-11 17:43:38 +08:00
#pragma once
#include "stdafx.h"
#include "config/bean/SystemBase.h"
extern std::string g_AppPath;
extern std::string g_AppDisk;
extern bool g_isDebug;
extern uint32_t g_ScanSerial;
extern string g_gno;
extern UserType g_Admin;