9 lines
232 B
C++
9 lines
232 B
C++
#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; |