mirror of
https://github.com/zeldaret/st
synced 2026-08-04 01:03:24 -04:00
Vector improvements (#67)
* clean up math.h and attempt to improve existing vector maths * fix broken matches and match new stuff
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "global.h"
|
||||
#include "math.hpp"
|
||||
#include "types.h"
|
||||
#include <nitro/math.h>
|
||||
|
||||
struct Random {
|
||||
/* 00 */ u16 mRandomValue[4];
|
||||
|
||||
Reference in New Issue
Block a user