prime/include/MetroidPrime/CStateManager.hpp

9 lines
107 B
C++
Raw Normal View History

2022-08-09 23:03:51 +00:00
#ifndef _CSTATEMANAGER_HPP
#define _CSTATEMANAGER_HPP
#include "types.h"
class CStateManager {};
#endif