mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
14 lines
241 B
C++
14 lines
241 B
C++
#ifndef _TabBarTest_TabBarTest_h
|
|
#define _TabBarTest_TabBarTest_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
#include <TabBar/TabBarCtrl.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <TabBarCtrlTest/TabBarCtrlTest.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
|
|
#endif
|
|
|