6 lines
97 B
C++
6 lines
97 B
C++
// app_config.cpp
|
|
#include "app_config.hpp"
|
|
|
|
// 定义全局配置变量
|
|
AppConfig g_app_config;
|