prime/include/MetroidPrime/Cameras/CFirstPersonCamera.hpp

11 lines
196 B
C++
Raw Normal View History

#ifndef _CFIRSTPERSONCAMERA
#define _CFIRSTPERSONCAMERA
2022-10-05 18:05:56 +00:00
#include "MetroidPrime/Cameras/CGameCamera.hpp"
class CFirstPersonCamera : public CGameCamera {
public:
};
#endif // _CFIRSTPERSONCAMERA