--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/gl/axesprogram.h Fri Mar 06 16:08:53 2020 +0200
@@ -0,0 +1,11 @@
+#ifndef AXESPROGRAM_H
+#define AXESPROGRAM_H
+
+
+class AxesProgram
+{
+public:
+ AxesProgram();
+};
+
+#endif // AXESPROGRAM_H
\ No newline at end of file