mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
15 lines
240 B
C++
15 lines
240 B
C++
#ifndef _SkylarkGuiExample_Config_h_
|
|
#define _SkylarkGuiExample_Config_h_
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
namespace Config{
|
|
extern IniInt WebInterfacePort;
|
|
extern IniBool WebInterfaceTrace;
|
|
}
|
|
|
|
|
|
|
|
#endif
|