Files
Phillip Stephens c6bddd34ad Add CGuiFrame
2023-02-18 16:26:17 -08:00

9 lines
102 B
Plaintext

#ifndef _CVECTOR2I
#define _CVECTOR2I
typedef struct {
int x, y;
} CVector2i;
#endif// _CVECTOR2I