From 189ecf754d0c8131464bfdff98fb56e7752556b1 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Date: Sat, 4 Feb 2017 14:49:08 +0100 Subject: Initial commit --- Source/EndAnimation.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 Source/EndAnimation.h (limited to 'Source/EndAnimation.h') diff --git a/Source/EndAnimation.h b/Source/EndAnimation.h new file mode 100755 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__ -- cgit v1.2.3