mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
20 lines
356 B
C++
20 lines
356 B
C++
#ifndef _common_common_h
|
|
#define _common_common_h
|
|
|
|
#include <Core/Core.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#include <MySupport/Core.h>
|
|
#include <MySupport/Windows.h>
|
|
#include <MySupport/utils.h>
|
|
#include <MySupport/ExternLib.h>
|
|
#include <MySupport/geom.h>
|
|
#include <MySupport/MyHelp.h>
|
|
|
|
#ifdef flagGUI
|
|
#include <MySupport/Ctrl.h>
|
|
#endif
|
|
|
|
#endif
|
|
|