mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
9 lines
164 B
C
9 lines
164 B
C
#ifndef __WebCtrl__
|
|
#define __WebCtrl__
|
|
|
|
#include <Web/Web.h>
|
|
#include <CtrlLib/CtrlLib.h>
|
|
#include <TDraw/TDraw.h>
|
|
#include "DlgHttpServer.h"
|
|
|
|
#endif//__WebCtrl__
|