Mario Kart 64
Loading...
Searching...
No Matches
ShipUtils.cpp File Reference
#include "ShipUtils.h"
#include <libultraship/libultraship.h>
#include "macros.h"
Include dependency graph for ShipUtils.cpp:

Functions

bool Ship_IsCStringEmpty (const char *str)
 
void Ship_CreateQuadVertexGroup (Vtx *vtxList, s32 xStart, s32 yStart, s32 width, s32 height, u8 flippedH)
 

Variables

constexpr f32 fourByThree = 4.0f / 3.0f
 

Function Documentation

◆ Ship_CreateQuadVertexGroup()

void Ship_CreateQuadVertexGroup ( Vtx * vtxList,
s32 xStart,
s32 yStart,
s32 width,
s32 height,
u8 flippedH )

◆ Ship_IsCStringEmpty()

bool Ship_IsCStringEmpty ( const char * str)
Here is the caller graph for this function:

Variable Documentation

◆ fourByThree

f32 fourByThree = 4.0f / 3.0f
constexpr