2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 16:59:12 +00:00

More input and rendering implementations

This commit is contained in:
2022-02-13 13:32:52 -08:00
parent 7ee8f6e01d
commit 615204f71f
24 changed files with 863 additions and 245 deletions

View File

@@ -9,6 +9,7 @@
namespace metaforce {
class CGuiTextPane : public CGuiPane {
static bool sDrawPaneRects;
CGuiTextSupport xd4_textSupport;
public: