mirror of https://github.com/PrimeDecomp/prime.git
12 lines
209 B
C++
12 lines
209 B
C++
|
#ifndef _CFIRSTPERSONCAMERA_HPP
|
||
|
#define _CFIRSTPERSONCAMERA_HPP
|
||
|
|
||
|
#include "MetroidPrime/Cameras/CGameCamera.hpp"
|
||
|
|
||
|
class CFirstPersonCamera : public CGameCamera {
|
||
|
public:
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // _CFIRSTPERSONCAMERA_HPP
|