aboutsummaryrefslogtreecommitdiff
path: root/redist
diff options
context:
space:
mode:
Diffstat (limited to 'redist')
-rw-r--r--redist/glutil.c9
-rw-r--r--redist/glutil.h14
2 files changed, 23 insertions, 0 deletions
diff --git a/redist/glutil.c b/redist/glutil.c
new file mode 100644
index 0000000..6b0d0f3
--- /dev/null
+++ b/redist/glutil.c
@@ -0,0 +1,9 @@
+//
+// glutil.c
+//
+//
+// Created by user on 2/4/17.
+//
+//
+
+#include "glutil.h"
diff --git a/redist/glutil.h b/redist/glutil.h
new file mode 100644
index 0000000..bb40174
--- /dev/null
+++ b/redist/glutil.h
@@ -0,0 +1,14 @@
+//
+// glutil.h
+//
+//
+// Created by user on 2/4/17.
+//
+//
+
+#ifndef glutil_h
+#define glutil_h
+
+#include <stdio.h>
+
+#endif /* glutil_h */