mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-12 05:45:51 +00:00
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
|