ultimatepp/bazaar/SkylarkGuiExample/Config.h
zbych bff0f52f4e Simple application combining web server and gui
git-svn-id: svn://ultimatepp.org/upp/trunk@9909 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-06-07 20:03:42 +00:00

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