diff options
author | Max <mparisi@stevens.edu> | 2020-11-12 13:26:03 -0500 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-11-12 13:26:03 -0500 |
commit | 15eb317faaddf1a81a924b5ac2128ac842a8c991 (patch) | |
tree | dc2c8b1321b515fe681e0935f41cc33379e66ebc /include/code_80223694.h | |
parent | fc81e8d7ccf8d155045e19de13a461a45a9b600e (diff) |
organize headers
Diffstat (limited to 'include/code_80223694.h')
-rw-r--r-- | include/code_80223694.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/code_80223694.h b/include/code_80223694.h new file mode 100644 index 0000000..bc8cde1 --- /dev/null +++ b/include/code_80223694.h @@ -0,0 +1,18 @@ +#ifndef POKEREVO_CODE_80223694_H
+#define POKEREVO_CODE_80223694_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <SDK/mtx.h>
+
+void func_80223694(Mtx44 m, float t, float b, float l, float r, float n, float f); // C_MTXFrustum
+void func_80223698(Mtx44 m, float t, float b, float l, float r, float n, float f); // C_MTXOrtho
+void func_8022369C(Mtx44 m, float fovy, float aspect, float n, float f); // C_MTXPerspective
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif //POKEREVO_CODE_80223694_H
|