From 4a6b9a6ac1b07239474bce8d3ebf772ce75e862e Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 22 May 2011 23:55:02 +0300 Subject: Some work-in-progress stuff and many comment updates --- src/environment.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/environment.h') diff --git a/src/environment.h b/src/environment.h index e32b15dbb..8993b8e87 100644 --- a/src/environment.h +++ b/src/environment.h @@ -112,6 +112,19 @@ public: private: }; +/* + Active block modifier interface +*/ + +class ActiveBlockModifier +{ +public: + ActiveBlockModifier(){}; + virtual ~ActiveBlockModifier(){}; + //TODO + //virtual void +}; + /* The server-side environment. -- cgit v1.2.3