mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 13:29:48 +00:00
Font::Font(void)
This commit is contained in:
parent
75576e8027
commit
7908cca1d5
@ -7,6 +7,18 @@
|
||||
|
||||
#include <cstring>
|
||||
|
||||
// @Ok
|
||||
// @Matching
|
||||
Font::Font(void)
|
||||
{
|
||||
this->field_50 = 0xFFFFFFFF;
|
||||
}
|
||||
|
||||
// @SMALLTODO
|
||||
Font::Font(u8*, char*)
|
||||
{
|
||||
}
|
||||
|
||||
// @Ok
|
||||
Font::~Font(void)
|
||||
{
|
||||
|
@ -9,7 +9,10 @@
|
||||
class Font : public CClass
|
||||
{
|
||||
public:
|
||||
EXPORT Font(void);
|
||||
EXPORT Font(u8*, char*);
|
||||
EXPORT ~Font(void);
|
||||
|
||||
EXPORT int GetCharMap(void);
|
||||
EXPORT void SetCharMap(int);
|
||||
EXPORT int isEscapeChar(char);
|
||||
|
Loading…
Reference in New Issue
Block a user