allow registering more than one screen class in a file
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
public: \
|
||||
Register##className() { SCREENMAN->Register(#className,Create##className); } \
|
||||
}; \
|
||||
static Register##className registera;
|
||||
static Register##className register_##className;
|
||||
|
||||
class Screen : public ActorFrame
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user