mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 11:32:29 +00:00
chore(ui): clean up function declarations
This commit is contained in:
parent
f24fbf26c6
commit
d61f0faef1
38 changed files with 471 additions and 471 deletions
|
|
@ -16,11 +16,11 @@ class CSimpleFontable {
|
|||
|
||||
// Virtual member functions
|
||||
virtual ~CSimpleFontable();
|
||||
virtual void FontObjectUpdated(CSimpleFontStringAttributes&) = 0;
|
||||
virtual void FontObjectUpdated(CSimpleFontStringAttributes& attributes) = 0;
|
||||
|
||||
// Member functions
|
||||
CSimpleFont* GetFontObject(void);
|
||||
void SetFontObject(CSimpleFont*);
|
||||
CSimpleFont* GetFontObject();
|
||||
void SetFontObject(CSimpleFont* fontObject);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue