#include "tier0/platform.h" #include "engine.h" #include "level.h" #include "stdio.h" DLL_EXPORT void IGame_Load() { ILevel::LoadLevel("maps/test_map"); return; };