Skip to content

Commit

Permalink
Add g_CMyFont
Browse files Browse the repository at this point in the history
  • Loading branch information
Renzo904 committed Dec 5, 2024
1 parent e7770f9 commit 05fd09b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/globals.csv
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ _g_NumOfFramesInputsWereHeld, 0x0069d910
_g_LastFileSize, 0x0069d914
_g_Chain, 0x0069d918
_g_GameErrorContext, 0x0069d998
_g_CMyFont, 0x0069e1a0
_g_ControllerData, 0x0069e1af
_g_TextBufferSurface, 0x0069e230
_g_ItemManager, 0x0069e268
Expand Down
2 changes: 2 additions & 0 deletions src/GameErrorContext.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#include <windows.h>

#include "CMyFont.hpp"
#include "GameErrorContext.hpp"
#include <stdio.h>

namespace th06
{
DIFFABLE_STATIC(GameErrorContext, g_GameErrorContext)
DIFFABLE_STATIC(CMyFont, g_CMyFont)

const char *GameErrorContext::Log(GameErrorContext *ctx, const char *fmt, ...)
{
Expand Down

0 comments on commit 05fd09b

Please sign in to comment.