mirror of
https://github.com/zeldaret/ss
synced 2026-08-05 17:43:38 -04:00
More demo
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef D_LYT_VEC2F_H
|
||||
#define D_LYT_VEC2F_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
// This better not be mVec2_c or something stupid
|
||||
struct LytVec2f {
|
||||
LytVec2f() {}
|
||||
~LytVec2f() {}
|
||||
f32 x;
|
||||
f32 y;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user