cleanup
This commit is contained in:
@@ -7,13 +7,6 @@ struct ThreadSlot;
|
|||||||
class RageTimer;
|
class RageTimer;
|
||||||
class RageThread
|
class RageThread
|
||||||
{
|
{
|
||||||
ThreadSlot *m_pSlot;
|
|
||||||
CString name;
|
|
||||||
bool m_bThisThread;
|
|
||||||
|
|
||||||
static bool s_bSystemSupportsTLS;
|
|
||||||
static bool s_bIsShowingDialog;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
RageThread();
|
RageThread();
|
||||||
~RageThread();
|
~RageThread();
|
||||||
@@ -46,6 +39,14 @@ public:
|
|||||||
|
|
||||||
static bool GetIsShowingDialog() { return s_bIsShowingDialog; }
|
static bool GetIsShowingDialog() { return s_bIsShowingDialog; }
|
||||||
static void SetIsShowingDialog( bool b ) { s_bIsShowingDialog = b; }
|
static void SetIsShowingDialog( bool b ) { s_bIsShowingDialog = b; }
|
||||||
|
|
||||||
|
private:
|
||||||
|
ThreadSlot *m_pSlot;
|
||||||
|
CString name;
|
||||||
|
bool m_bThisThread;
|
||||||
|
|
||||||
|
static bool s_bSystemSupportsTLS;
|
||||||
|
static bool s_bIsShowingDialog;
|
||||||
};
|
};
|
||||||
|
|
||||||
namespace Checkpoints
|
namespace Checkpoints
|
||||||
|
|||||||
Reference in New Issue
Block a user