mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 16:24:55 +00:00
MSVC & zeus fixes; update hecl-gui
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
#include "Runtime/CToken.hpp"
|
||||
#include "Runtime/RetroTypes.hpp"
|
||||
#include "Runtime/GuiSys/CGuiWidget.hpp"
|
||||
#include "Runtime/GuiSys/CRasterFont.hpp"
|
||||
#include "Runtime/GuiSys/CTextRenderBuffer.hpp"
|
||||
|
||||
#include <zeus/CColor.hpp>
|
||||
|
||||
namespace urde {
|
||||
class CRasterFont;
|
||||
class CSimplePool;
|
||||
class CTextExecuteBuffer;
|
||||
class CTextRenderBuffer;
|
||||
@@ -34,8 +34,6 @@ enum class EVerticalJustification {
|
||||
RightMono
|
||||
};
|
||||
|
||||
enum class EColorType { Main, Outline, Geometry, Foreground, Background };
|
||||
|
||||
enum class ETextDirection { Horizontal, Vertical };
|
||||
|
||||
class CGuiTextProperties {
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#include "Runtime/GCNTypes.hpp"
|
||||
#include "Runtime/IOStreams.hpp"
|
||||
#include "Runtime/Graphics/CTexture.hpp"
|
||||
#include "Runtime/GuiSys/CGuiTextSupport.hpp"
|
||||
|
||||
#include <zeus/CVector2i.hpp>
|
||||
|
||||
@@ -17,6 +16,8 @@ class CDrawStringOptions;
|
||||
class CTextRenderBuffer;
|
||||
class IObjectStore;
|
||||
|
||||
enum class EColorType { Main, Outline, Geometry, Foreground, Background };
|
||||
|
||||
/* NOTE: Is this a good place for CGlyph and CKernPair? */
|
||||
class CGlyph {
|
||||
private:
|
||||
|
||||
@@ -6,12 +6,11 @@
|
||||
#include "Runtime/GCNTypes.hpp"
|
||||
#include "Runtime/GuiSys/CDrawStringOptions.hpp"
|
||||
#include "Runtime/GuiSys/CGuiTextSupport.hpp"
|
||||
#include "Runtime/GuiSys/CRasterFont.hpp"
|
||||
|
||||
#include <zeus/CColor.hpp>
|
||||
|
||||
namespace urde {
|
||||
class CRasterFont;
|
||||
|
||||
class CSaveableState {
|
||||
friend class CColorOverrideInstruction;
|
||||
friend class CFontInstruction;
|
||||
|
||||
Reference in New Issue
Block a user