skunkworks-c/include/vec2f.h

13 lines
241 B
C

#ifndef GUARD_A01629497D8E42B4B3FB585B56C21AEF
#define GUARD_A01629497D8E42B4B3FB585B56C21AEF
#include "types.h"
struct sw_vec2f {
f32 x, y;
};
struct sw_vec2f sw_vec2f(f32 x, f32 y);
#endif /* GUARD_A01629497D8E42B4B3FB585B56C21AEF */