mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Some of its defines were located in the 'launcher' library directory, but it only contained defines for the SDK launcher, this has been moved to 'sdklauncher_const.h'. Also renamed the 'launcher_pch.h' PCH to 'sdklauncher_pch.h' to avoid confusion with 'launcher' and 'sdklauncher'.
19 lines
694 B
C
19 lines
694 B
C
#pragma once
|
|
#include "core/stdafx.h"
|
|
#include <gdiplus.h>
|
|
|
|
#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"
|
|
#include "thirdparty/cppnet/cppkore/KoreTheme.h"
|
|
|
|
#include "sdklauncher/sdklauncher_const.h"
|