aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-04-15 22:40:47 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-04-15 22:40:47 +0100
commitbd9fce6b63d3180fa97f8e2504afcbf82125f3e1 (patch)
tree30b74a9ff3693b9b9a8153ea0930c5bf9ee17402 /include
parent348cb17ccc87f85f014675d0aea849fd2c34e3c3 (diff)
downloadArider-bd9fce6b63d3180fa97f8e2504afcbf82125f3e1.tar.gz
Arider-bd9fce6b63d3180fa97f8e2504afcbf82125f3e1.zip
Added test bench
Diffstat (limited to 'include')
-rw-r--r--include/ariderconfig.hpp4
-rw-r--r--include/physics.hpp10
2 files changed, 2 insertions, 12 deletions
diff --git a/include/ariderconfig.hpp b/include/ariderconfig.hpp
index f71fe78..5b1a857 100644
--- a/include/ariderconfig.hpp
+++ b/include/ariderconfig.hpp
@@ -1,5 +1,5 @@
// the configured options and settings for Arider
#define ARIDER_MAJOR_VERSION 0
-#define ARIDER_MINOR_VERSION 1
+#define ARIDER_MINOR_VERSION 2
#define ARIDER_PATCH_VERSION 0
-#define ARIDER_VERSION 0..0
+#define ARIDER_VERSION 0.20
diff --git a/include/physics.hpp b/include/physics.hpp
deleted file mode 100644
index 55267ca..0000000
--- a/include/physics.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef PHYSICS_HPP
-#define PHYSICS_HPP
-
-class Physics
-{
-public:
- static void calculateNewPosition();
-};
-
-#endif