mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
Various CStateManager additions and camera stubs
This commit is contained in:
16
Runtime/Camera/CGameCamera.hpp
Normal file
16
Runtime/Camera/CGameCamera.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __URDE_CGAMECAMERA_HPP__
|
||||
#define __URDE_CGAMECAMERA_HPP__
|
||||
|
||||
#include "CActor.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CGameCamera : public CActor
|
||||
{
|
||||
public:
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CGAMECAMERA_HPP__
|
||||
Reference in New Issue
Block a user