remove Screen.h dep on ScreenManager.h. (this looked more useful before pulling in the higher-level includes, but still seems like the right thing to do)

This commit is contained in:
Glenn Maynard
2005-07-20 09:49:46 +00:00
parent 6ac51af9c2
commit ea3e2ba6f9
3 changed files with 6 additions and 7 deletions
-4
View File
@@ -23,10 +23,6 @@ typedef Screen* (*CreateScreenFn)(const CString& sClassName);
class ScreenManager
{
public:
// Every screen should register its class at program initialization.
static void Register( const CString& sClassName, CreateScreenFn pfn );
ScreenManager();
~ScreenManager();