summaryrefslogtreecommitdiff
path: root/example/main.h
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2017-02-28 11:07:10 -0500
committerknolax <1339802534.kk@gmail.com>2017-02-28 11:07:10 -0500
commit8eb0808fecb8c57eff877fddf38db91b1f067921 (patch)
tree1d7a5a795686e3c607ed93993c34c7a377b7c161 /example/main.h
initial commit, this is the gfx library which serves as a crappy wrapper for SDL.
Diffstat (limited to 'example/main.h')
-rw-r--r--example/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/main.h b/example/main.h
new file mode 100644
index 0000000..e02ea4b
--- /dev/null
+++ b/example/main.h
@@ -0,0 +1,4 @@
+#ifndef MAIN_H
+#define MAIN_H
+extern int loop;
+#endif