prime/include/MetroidPrime/CStateManager.hpp

9 lines
107 B
C++

#ifndef _CSTATEMANAGER_HPP
#define _CSTATEMANAGER_HPP
#include "types.h"
class CStateManager {};
#endif