mirror of
https://github.com/zeldaret/ph
synced 2026-07-29 07:32:39 -04:00
Move ov000 documentation from Ghidra
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
#include "nds/math.h"
|
||||
|
||||
struct Cube {
|
||||
Vec3p center;
|
||||
q20 size;
|
||||
};
|
||||
Reference in New Issue
Block a user