mirror of
https://github.com/edubart/otclient.git
synced 2025-11-07 13:56:22 +01:00
merge total remake
This commit is contained in:
@@ -1,17 +1,12 @@
|
||||
#ifndef UI_H
|
||||
#define UI_H
|
||||
|
||||
#include <global.h>
|
||||
#include "uimanager.h"
|
||||
#include "uiwidget.h"
|
||||
#include "uibutton.h"
|
||||
#include "uilabel.h"
|
||||
#include "uilayout.h"
|
||||
#include "uilineedit.h"
|
||||
#include "uiwindow.h"
|
||||
|
||||
#include <ui/uiskins.h>
|
||||
#include <ui/uiloader.h>
|
||||
#include <ui/uielement.h>
|
||||
#include <ui/uielementskin.h>
|
||||
#include <ui/uicontainer.h>
|
||||
#include <ui/uibutton.h>
|
||||
#include <ui/uilabel.h>
|
||||
#include <ui/uiwindow.h>
|
||||
#include <ui/uitextedit.h>
|
||||
#include <ui/uicheckbox.h>
|
||||
|
||||
#endif // UI_H
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user