diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
| commit | c068f22329d5cc722622a2183bbb22eef2093df7 (patch) | |
| tree | 12d56c1aede67988a55e241364606bfbb4dba933 /src/parsec/include/g_camera.h | |
| download | openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.tar.xz openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.zip | |
Diffstat (limited to 'src/parsec/include/g_camera.h')
| -rw-r--r-- | src/parsec/include/g_camera.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/parsec/include/g_camera.h b/src/parsec/include/g_camera.h new file mode 100644 index 0000000..4cd2126 --- /dev/null +++ b/src/parsec/include/g_camera.h @@ -0,0 +1,32 @@ +/* + * PARSEC HEADER: g_camera.h + */ + +#ifndef _G_CAMERA_H_ +#define _G_CAMERA_H_ + + +// external functions + +void CAMERA_InitShipOrigin(); +void CAMERA_MakeFixedStarCam( Camera dstcam ); + +void CAMERA_GetViewCamera(); + +void CAMERA_ResetFilter(); +void CAMERA_BeginModify(); +void CAMERA_EndModify(); + +void CAMERA_BeginFrameView(); +void CAMERA_EndFrameView(); + + +// external variables + +extern int pseudo_framecam_is_id; +extern Xmatrx pseudo_framecam; + + +#endif // _G_CAMERA_H_ + + |
