From f1d9ab47020293d373cc20695234e3677ceacb7f Mon Sep 17 00:00:00 2001 From: CNLohr Date: Tue, 14 Mar 2017 16:45:05 -0400 Subject: Move glutil out of the root. --- redist/glutil.c | 9 +++++++++ redist/glutil.h | 14 ++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 redist/glutil.c create mode 100644 redist/glutil.h (limited to 'redist') 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 + +#endif /* glutil_h */ -- cgit v1.2.3