7 lines
148 B
C++
7 lines
148 B
C++
#ifndef __CONFIG_HPP__
|
|
#define __CONFIG_HPP__
|
|
|
|
// 主窗体标题
|
|
#define MAIN_FRAME_TITTLE L"DLT Splitter —— Dev by : LuChiChick"
|
|
|
|
#endif |