mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-14 03:52:30 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
18
src/gx/Camera.hpp
Normal file
18
src/gx/Camera.hpp
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#ifndef GX_CAMERA_HPP
|
||||
#define GX_CAMERA_HPP
|
||||
|
||||
#include <cstdint>
|
||||
#include <common/DataMgr.hpp>
|
||||
|
||||
typedef HDATAMGR HCAMERA;
|
||||
|
||||
class CRect;
|
||||
class C2Vector;
|
||||
|
||||
HCAMERA CameraCreate(void);
|
||||
|
||||
void CameraSetupScreenProjection(const CRect&, const C2Vector&, float, int32_t);
|
||||
|
||||
void CameraSetupWorldProjection(HCAMERA camera, const CRect& projectionRect, uint32_t flags);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue