mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
13 lines
222 B
C++
13 lines
222 B
C++
#ifndef _myProblem_myProblem_h
|
|
#define _myProblem_myProblem_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
#include <GLCtrl/GLCtrl.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <myProblem/myProblem.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
#endif
|
|
|