This commit is contained in:
Glenn Maynard
2004-01-17 00:23:04 +00:00
parent b739306a33
commit f014787146
-2
View File
@@ -13,8 +13,6 @@ public:
RageThread(); RageThread();
~RageThread(); ~RageThread();
static void RegisterMainThread();
void SetName( const CString &n ) { name = n; } void SetName( const CString &n ) { name = n; }
void Create( int (*fn)(void *), void *data ); void Create( int (*fn)(void *), void *data );