summaryrefslogtreecommitdiffstats
path: root/src/RwHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RwHelper.h')
-rw-r--r--src/RwHelper.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/RwHelper.h b/src/RwHelper.h
index 49292449..6112f72d 100644
--- a/src/RwHelper.h
+++ b/src/RwHelper.h
@@ -2,3 +2,12 @@
void DefinedState(void);
RwObject *GetFirstObject(RwFrame *frame);
+
+extern void CameraSize(RwCamera *camera,
+ RwRect *rect,
+ RwReal viewWindow,
+ RwReal aspectRatio);
+extern void CameraDestroy(RwCamera *camera);
+extern RwCamera *CameraCreate(RwInt32 width,
+ RwInt32 height,
+ RwBool zBuffer); \ No newline at end of file