2023-05-14 01:23:31 +02:00
|
|
|
#pragma once
|
|
|
|
#include "core/stdafx.h"
|
2023-05-26 21:53:25 +02:00
|
|
|
#include <gdiplus.h>
|
2023-05-14 01:23:31 +02:00
|
|
|
|
|
|
|
#include "thirdparty/cppnet/cppkore/Form.h"
|
|
|
|
#include "thirdparty/cppnet/cppkore/Kore.h"
|
|
|
|
#include "thirdparty/cppnet/cppkore/UIXTheme.h"
|
|
|
|
#include "thirdparty/cppnet/cppkore/UIXLabel.h"
|
|
|
|
#include "thirdparty/cppnet/cppkore/UIXListView.h"
|
|
|
|
#include "thirdparty/cppnet/cppkore/UIXCheckBox.h"
|
|
|
|
#include "thirdparty/cppnet/cppkore/UIXComboBox.h"
|
|
|
|
#include "thirdparty/cppnet/cppkore/UIXTextBox.h"
|
|
|
|
#include "thirdparty/cppnet/cppkore/UIXGroupBox.h"
|
|
|
|
#include "thirdparty/cppnet/cppkore/UIXButton.h"
|
|
|
|
#include "thirdparty/cppnet/cppkore/UIXRadioButton.h"
|
2023-07-28 14:50:46 +02:00
|
|
|
#include "thirdparty/cppnet/cppkore/UIXProgressBar.h"
|
2023-05-14 01:23:31 +02:00
|
|
|
#include "thirdparty/cppnet/cppkore/KoreTheme.h"
|
2023-07-28 14:50:46 +02:00
|
|
|
#include "thirdparty/cppnet/cppkore/Thread.h"
|
2023-05-14 01:23:31 +02:00
|
|
|
|
2023-07-15 18:43:25 +02:00
|
|
|
#include "sdklauncher/sdklauncher_const.h"
|