#ifndef LEVEL_H #define LEVEL_H #include "tier0/platform.h" interface ILevel { public: static void LoadLevel( const char *szLevelName ); }; #endif