aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/graphics/vec.h
blob: 562f560b3c55daaa99e64c02258ecfed46f960f8 (plain)
1
2
3
4
5
6
7
8
#ifndef MGL_VEC_H
#define MGL_VEC_H

typedef struct {
    float x, y;
} mgl_vec2f;

#endif /* MGL_VEC_H */