From 524db0cf19648e3c7c78d3e73103b7a0bdcd6bfc Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 18 Jan 2017 17:14:52 -0800 Subject: *: move source into src/ subdir Restoring some organizational sanity since adopting autotools. --- src/modules/stars/stars.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/modules/stars/stars.h (limited to 'src/modules/stars/stars.h') diff --git a/src/modules/stars/stars.h b/src/modules/stars/stars.h new file mode 100644 index 0000000..70ef6f2 --- /dev/null +++ b/src/modules/stars/stars.h @@ -0,0 +1,8 @@ +#ifndef _STARS_H +#define _STARS_H + +#include "fb.h" + +void stars(fb_fragment_t *fragment); + +#endif -- cgit v1.2.3