#ifndef _CFIRSTPERSONCAMERA_HPP
#define _CFIRSTPERSONCAMERA_HPP
#include "MetroidPrime/Cameras/CGameCamera.hpp"
class CFirstPersonCamera : public CGameCamera {
public:
};
#endif // _CFIRSTPERSONCAMERA_HPP