aboutsummaryrefslogtreecommitdiff
path: root/Source/EndAnimation.h
blob: 9ba13a036ac233fe69e9b057515217b1df452e29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef __END_SCREEN_HEADER__
#define __END_SCREEN_HEADER__

/* **************************************
 * 	Includes							*							
 * **************************************/

/* **************************************
 * 	Defines								*
 * **************************************/

/* **************************************
 * 	Global Prototypes					*
 * **************************************/

void EndAnimation(void);

/* **************************************
 * 	Global Variables					*	
 * **************************************/

#endif // __END_SCREEN_HEADER__