This commit is contained in:
Glenn Maynard
2005-12-19 01:43:04 +00:00
parent 702c38c2d1
commit 3e9f38e833
+8 -7
View File
@@ -7,13 +7,6 @@ struct ThreadSlot;
class RageTimer;
class RageThread
{
ThreadSlot *m_pSlot;
CString name;
bool m_bThisThread;
static bool s_bSystemSupportsTLS;
static bool s_bIsShowingDialog;
public:
RageThread();
~RageThread();
@@ -46,6 +39,14 @@ public:
static bool GetIsShowingDialog() { return s_bIsShowingDialog; }
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