diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2019-09-12 14:24:18 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2019-09-12 14:24:18 -0400 |
commit | 889543e9862e5c6f4adb5c07112bdfd23fe55833 (patch) | |
tree | a15e717db3119bcd6d392b5297ca8d050afb15aa /src/text.hpp | |
parent | f9aff3e20795be5ee76769fb3ecc461e9917a116 (diff) |
switch to pairs
Diffstat (limited to 'src/text.hpp')
-rw-r--r-- | src/text.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/text.hpp b/src/text.hpp index a0fd737..08248b3 100644 --- a/src/text.hpp +++ b/src/text.hpp @@ -30,7 +30,6 @@ #include <vector> struct FT_Info; -struct vec2 { float x; float y; }; /** * @class PhysicsSystem |