Files
2023-03-04 17:15:30 -08:00

11 lines
106 B
Plaintext

#ifndef _CVECTOR2F
#define _CVECTOR2F
typedef struct {
float x, y;
} CVector2f;
#endif// _CVECTOR2F