mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-07 22:22:32 -04:00
Added missing include (#202)
* Added missing include * More missing includes --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <actors.h>
|
||||
#include <main.h>
|
||||
#include <assets/mario_raceway_data.h>
|
||||
#include "port/interpolation/FrameInterpolation.h"
|
||||
|
||||
/**
|
||||
* @brief Renders the Mario sign actor.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <actors.h>
|
||||
#include <defines.h>
|
||||
#include <main.h>
|
||||
#include "port/interpolation/FrameInterpolation.h"
|
||||
|
||||
/**
|
||||
* @brief Renders the Yoshi egg actor.
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <libultra/gbi.h>
|
||||
#include "code_80057C60.h"
|
||||
#include "engine/Matrix.h"
|
||||
#include "port/interpolation/FrameInterpolation.h"
|
||||
|
||||
Vec3s sOriginalPosAnimation;
|
||||
s16 isNotTheFirst;
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <math.h>
|
||||
#include "matrix.h"
|
||||
#include "common_structs.h"
|
||||
#include "FrameInterpolation.h"
|
||||
|
||||
Mtx gIdentityMtx = gdSPDefMtx(1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f);
|
||||
Matrix gIdentityMatrix = { {
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "engine/courses/Course.h"
|
||||
#include "port/Game.h"
|
||||
#include "math_util.h"
|
||||
#include "port/interpolation/FrameInterpolation.h"
|
||||
|
||||
Vp D_802B8880[] = {
|
||||
{ { { 640, 480, 511, 0 }, { 640, 480, 511, 0 } } },
|
||||
|
||||
Reference in New Issue
Block a user