ultimatepp/bazaar/SkylarkGuiExample/Config.cpp
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

10 lines
No EOL
192 B
C++

#include "Config.h"
using namespace Upp;
namespace Config{
INI_INT(WebInterfacePort, 1080, "Webinteface http port number");
INI_BOOL(WebInterfaceTrace, true, "skylark trace");
}