mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-11 22:03:09 -06:00
15 lines
277 B
C
15 lines
277 B
C
#ifndef _common_common_h
|
|
#define _common_common_h
|
|
|
|
#include <Core/Core.h>
|
|
|
|
#include <src/support/Core.h>
|
|
#include <src/support/utils.h>
|
|
#include <src/support/ExternLib.h>
|
|
#include <src/support/geom.h>
|
|
|
|
#ifdef flagGUI
|
|
#include <src/support/Ctrl.h>
|
|
#endif
|
|
|
|
#endif
|