move library to a folder
parent
00f84e3b98
commit
cd96a31b3e
@ -1,12 +1,12 @@
|
|||||||
#ifndef MBUOY_UI_BUTTON_HPP
|
#ifndef MBUOY_UI_BUTTON_HPP
|
||||||
#define MBUOY_UI_BUTTON_HPP
|
#define MBUOY_UI_BUTTON_HPP
|
||||||
|
|
||||||
#include "attr/dimensions.hpp"
|
#include "../attr/dimensions.hpp"
|
||||||
#include "attr/ondraw.hpp"
|
#include "../attr/ondraw.hpp"
|
||||||
#include "attr/position.hpp"
|
#include "../attr/position.hpp"
|
||||||
#include "attr/string.hpp"
|
#include "../attr/string.hpp"
|
||||||
#include "find.hpp"
|
#include "../find.hpp"
|
||||||
#include "port.hpp"
|
#include "../port.hpp"
|
||||||
|
|
||||||
namespace mbuoy {
|
namespace mbuoy {
|
||||||
|
|
@ -1,10 +1,10 @@
|
|||||||
#ifndef MBUOY_UI_LABEL_HPP
|
#ifndef MBUOY_UI_LABEL_HPP
|
||||||
#define MBUOY_UI_LABEL_HPP
|
#define MBUOY_UI_LABEL_HPP
|
||||||
|
|
||||||
#include "attr/position.hpp"
|
#include "../attr/position.hpp"
|
||||||
#include "attr/string.hpp"
|
#include "../attr/string.hpp"
|
||||||
#include "find.hpp"
|
#include "../find.hpp"
|
||||||
#include "port.hpp"
|
#include "../port.hpp"
|
||||||
|
|
||||||
namespace mbuoy {
|
namespace mbuoy {
|
||||||
|
|
Loading…
Reference in New Issue