From cd4d403e39e4abbc87a95105e4ebccf737623338 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Tue, 3 Nov 2015 16:41:15 +0100 Subject: Initial Commit. Still full of bugs, and not very pretty. --- angleclass.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 angleclass.h (limited to 'angleclass.h') diff --git a/angleclass.h b/angleclass.h new file mode 100644 index 0000000..13a9973 --- /dev/null +++ b/angleclass.h @@ -0,0 +1,10 @@ +#ifndef ANGLECLASS_H +#define ANGLECLASS_H + +class angleclass +{ +public: + angleclass(); +}; + +#endif // ANGLECLASS_H -- cgit v1.2.3