- 2D drawer cleanup.
This commit is contained in:
parent
ac1f4b8f11
commit
b18faacab0
36 changed files with 1032 additions and 1147 deletions
|
|
@ -223,6 +223,7 @@ private:
|
|||
};
|
||||
|
||||
|
||||
class F2DDrawer;
|
||||
|
||||
class FStat
|
||||
{
|
||||
|
|
@ -238,7 +239,7 @@ public:
|
|||
return m_Active;
|
||||
}
|
||||
|
||||
static void PrintStat ();
|
||||
static void PrintStat (F2DDrawer *drawer);
|
||||
static FStat *FindStat (const char *name);
|
||||
static void ToggleStat (const char *name);
|
||||
static void EnableStat(const char* name, bool on);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue