summaryrefslogtreecommitdiff
path: root/src/example/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/example.h')
-rw-r--r--src/example/example.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/example/example.h b/src/example/example.h
index 7879257..15b547e 100644
--- a/src/example/example.h
+++ b/src/example/example.h
@@ -13,6 +13,8 @@ extern void ondraw##i(void*);
#define EXAMPLECUR texture
+/*All examples*/
+
EXAMPLE(cube);
EXAMPLE(line);
EXAMPLE(dot);