summaryrefslogtreecommitdiff
path: root/Source/EndAnimation.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-07-21 00:09:35 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-07-21 00:09:35 +0200
commit627de0d81f81ad60d26d782f2425be1e6f5a3dbc (patch)
tree91ffa502aa62c03c2fecf28529ebc8c6b20828c5 /Source/EndAnimation.h
downloadopensend-627de0d81f81ad60d26d782f2425be1e6f5a3dbc.tar.gz
+ First commit. It works painfully slow, but gets the job done. Still lots of room for improvement.
Diffstat (limited to 'Source/EndAnimation.h')
-rw-r--r--Source/EndAnimation.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/Source/EndAnimation.h b/Source/EndAnimation.h
new file mode 100644
index 0000000..edb7b07
--- /dev/null
+++ b/Source/EndAnimation.h
@@ -0,0 +1,25 @@
+#ifndef __END_SCREEN_HEADER__
+#define __END_SCREEN_HEADER__
+
+/* **************************************
+ * Includes *
+ * **************************************/
+
+#include "Global_Inc.h"
+#include "Gfx.h"
+
+/* **************************************
+ * Defines *
+ * **************************************/
+
+/* **************************************
+ * Global Prototypes *
+ * **************************************/
+
+void EndAnimation(void);
+
+/* **************************************
+ * Global Variables *
+ * **************************************/
+
+#endif // __END_SCREEN_HEADER__