summary refs log tree commit diff stats
path: root/src/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vector.h')
-rw-r--r--src/vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vector.h b/src/vector.h index a94aea0..c207dc8 100644 --- a/src/vector.h +++ b/src/vector.h
@@ -120,5 +120,6 @@ public:
120}; 120};
121 121
122using vec2s = vec2<size_t>; 122using vec2s = vec2<size_t>;
123using vec2i = vec2<int>;
123 124
124#endif /* end of include guard: COORDINATES_H_A45D34FB */ 125#endif /* end of include guard: COORDINATES_H_A45D34FB */