summaryrefslogtreecommitdiff
path: root/include/benoit/t/pos.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/benoit/t/pos.hh')
-rw-r--r--include/benoit/t/pos.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/benoit/t/pos.hh b/include/benoit/t/pos.hh
deleted file mode 100644
index 697fdef..0000000
--- a/include/benoit/t/pos.hh
+++ /dev/null
@@ -1,12 +0,0 @@
-# pragma once
-namespace benoit {
- namespace t {
- class pos {
- public:
- pos(__float128 x = 0x0,__float128 y = 0x0);
- __float128 x = 0x0;
- __float128 y = 0x0;
- __float128 zoom = 0x1;
- };
- }
-}