summary refs log tree commit diff stats
path: root/src/vector.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-02 16:51:22 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-02 16:51:22 -0500
commitb628c80f988c1fb250b94b17dca8e082bc4c1d0b (patch)
treeb4de344e1d8d28a88aa1a1dbc381e07f03707fff /src/vector.h
parenta475b843e7d37f128ce30140d193f0312aa70c9c (diff)
downloadtanetane-b628c80f988c1fb250b94b17dca8e082bc4c1d0b.tar.gz
tanetane-b628c80f988c1fb250b94b17dca8e082bc4c1d0b.tar.bz2
tanetane-b628c80f988c1fb250b94b17dca8e082bc4c1d0b.zip
Added moving camera
Diffstat (limited to 'src/vector.h')
-rw-r--r--src/vector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vector.h b/src/vector.h index d54fdbb..8019edf 100644 --- a/src/vector.h +++ b/src/vector.h
@@ -1,6 +1,8 @@
1#ifndef VECTOR_H_5458ED71 1#ifndef VECTOR_H_5458ED71
2#define VECTOR_H_5458ED71 2#define VECTOR_H_5458ED71
3 3
4#include <tuple>
5
4template <typename T> 6template <typename T>
5class vec2 { 7class vec2 {
6public: 8public: