#ifndef _WALKTHROUGHRECORDER_H__ #define _WALKTHROUGHRECORDER_H__ #include "common.h" namespace CHCDemoEngine { /** Records / replays given walkthrough */ class WalkThroughRecorder { public: WalkThroughRecorder(); }; } #endif