- attempt to make TOM happy, clickl madly while game is loading and help lame windows not choke

This commit is contained in:
Mark Vejvoda
2010-06-17 06:55:35 +00:00
parent eeda623b4f
commit b2f91e0f32
8 changed files with 70 additions and 5 deletions

View File

@@ -35,7 +35,8 @@ private:
SDL_Thread* thread;
public:
virtual ~Thread() {}
Thread();
virtual ~Thread();
void start();
virtual void execute()=0;