prime/include/MetroidPrime/Cameras/CFirstPersonCamera.hpp

12 lines
209 B
C++
Raw Normal View History

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