Fix duplicate symbol definition

This commit is contained in:
Sonic Dreamcaster
2026-02-23 04:10:12 -03:00
parent b8f61dd440
commit 0f0132b60e
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -1,6 +1,3 @@
#ifndef CAMERA_INTERP_SKIP_C
#define CAMERA_INTERP_SKIP_C
#include "global.h"
#define SQXYZ(vec) ((vec.x) * (vec.x) + (vec.y) * (vec.y) + (vec.z) * (vec.z))
@@ -109,5 +106,3 @@ bool should_interpolate_perspective(Vec3f* eye, Vec3f* at) {
return true;
}
#endif
-1
View File
@@ -1,6 +1,5 @@
#include "global.h"
#include "mods/hit64.c"
#include "camera_interp_skip.c"
#include "assets/ast_arwing.h"
#include "assets/ast_allies.h"
#include "assets/ast_landmaster.h"