diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-02-13 09:37:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 10:37:46 -0700 |
| commit | 6e94efaefba6ea31023fbf52462a4b5c29eb36b4 (patch) | |
| tree | d139bc7f8698273aa39a1e156a10c28ccb7ea866 /include/JSystem/JUtility | |
| parent | 2453c0e3333157090e839eeab768d19b6a2b0ba1 (diff) | |
d_a_obj_carry mostly done (#2301)
* d_a_obj_carry mostly done
* cleanup some acch inlines
Diffstat (limited to 'include/JSystem/JUtility')
| -rw-r--r-- | include/JSystem/JUtility/JUTDbPrint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/JSystem/JUtility/JUTDbPrint.h b/include/JSystem/JUtility/JUTDbPrint.h index 0620200815..af8e4e1769 100644 --- a/include/JSystem/JUtility/JUTDbPrint.h +++ b/include/JSystem/JUtility/JUTDbPrint.h @@ -38,6 +38,8 @@ public: void setVisible(bool visible) { mVisible = visible; } JUTFont* getFont() const { return mFont; } + void setCharColor(JUtility::TColor color) { mColor = color; }; + static JUTDbPrint* sDebugPrint; private: |
