Matched REL/m405 + some code cleanup
This commit is contained in:
parent
440e47ec2c
commit
66ba618452
34 changed files with 2683 additions and 216 deletions
|
|
@ -5,8 +5,8 @@
|
|||
#include "dolphin/mtx.h"
|
||||
|
||||
typedef struct vec2f {
|
||||
float x;
|
||||
float y;
|
||||
float x;
|
||||
float y;
|
||||
} Vec2f;
|
||||
|
||||
#define ABS(x) (((x) < 0) ? -(x) : (x))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue