mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-22 22:44:42 -04:00
camera_interp_skip.c: include guards
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#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))
|
||||
@@ -105,4 +108,6 @@ bool should_interpolate_perspective(Vec3f* eye, Vec3f* at) {
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user