mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 17:20:00 +00:00
console init
This commit is contained in:
parent
360d9cf889
commit
c29a85a443
|
@ -19,6 +19,7 @@ public:
|
||||||
void AddLine(char *s, uint8 r, uint8 g, uint8 b);
|
void AddLine(char *s, uint8 r, uint8 g, uint8 b);
|
||||||
void AddOneLine(char *s, uint8 r, uint8 g, uint8 b);
|
void AddOneLine(char *s, uint8 r, uint8 g, uint8 b);
|
||||||
void Display();
|
void Display();
|
||||||
|
void Init() { m_nCurrentLine = 0; m_nLineCount = 0; }
|
||||||
};
|
};
|
||||||
|
|
||||||
extern CConsole &TheConsole;
|
extern CConsole &TheConsole;
|
Loading…
Reference in a new issue