summaryrefslogtreecommitdiff
path: root/modules/stars/stars.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2017-01-09 00:53:57 -0800
committerGitHub <noreply@github.com>2017-01-09 00:53:57 -0800
commit6e284f6cfda2b436e7871d34367c3478aa211942 (patch)
treec84a80e4252291882dc0dc972dd1e42f222a2ede /modules/stars/stars.h
parentbc0ea63460100f61e6c6b73abe20c1f4ffae5db4 (diff)
parentc8b77543492c56b747394e2a460074febeaaeab5 (diff)
Merge pull request #4 from ph1l/stars
stars: add starfield simulator from ph1l/stars
Diffstat (limited to 'modules/stars/stars.h')
-rw-r--r--modules/stars/stars.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/stars/stars.h b/modules/stars/stars.h
new file mode 100644
index 0000000..70ef6f2
--- /dev/null
+++ b/modules/stars/stars.h
@@ -0,0 +1,8 @@
+#ifndef _STARS_H
+#define _STARS_H
+
+#include "fb.h"
+
+void stars(fb_fragment_t *fragment);
+
+#endif
© All Rights Reserved