m_do_lib start

This commit is contained in:
Jasper St. Pierre
2023-10-13 14:07:08 -07:00
parent 99c72d0371
commit 9ea03e0768
2 changed files with 34 additions and 7 deletions
-2
View File
@@ -9,8 +9,6 @@ typedef struct Vec Vec;
struct ResTIMG;
struct mDoLib_clipper {
void setup(f32, f32, f32, f32);
static void changeFar(f32 far) {
mClipper.setFar(far);
mClipper.calcViewFrustum();