aboutsummaryrefslogtreecommitdiff
path: root/angleclass.h
diff options
context:
space:
mode:
Diffstat (limited to 'angleclass.h')
-rw-r--r--angleclass.h10
1 files changed, 10 insertions, 0 deletions
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