Some work-in-progress stuff and many comment updates
This commit is contained in:
@@ -112,6 +112,19 @@ class ActiveBlockList
|
||||
private:
|
||||
};
|
||||
|
||||
/*
|
||||
Active block modifier interface
|
||||
*/
|
||||
|
||||
class ActiveBlockModifier
|
||||
{
|
||||
public:
|
||||
ActiveBlockModifier(){};
|
||||
virtual ~ActiveBlockModifier(){};
|
||||
//TODO
|
||||
//virtual void
|
||||
};
|
||||
|
||||
/*
|
||||
The server-side environment.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user