summaryrefslogtreecommitdiff
path: root/Source/EndAnimation.h
diff options
context:
space:
mode:
authorXavi Del Campo <xavi.dcr@tutanota.com>2020-03-03 18:10:15 +0100
committerXavi Del Campo <xavi.dcr@tutanota.com>2020-03-03 18:10:27 +0100
commitb28059d49afce8524361fa7597adcc9e108f4eab (patch)
tree5041d37aa9571ac738ced4b9f16388550d0e8f78 /Source/EndAnimation.h
parentbf3bb8cdc590a18195e25c38f4f4db11e8bcd1c4 (diff)
downloadopensend-b28059d49afce8524361fa7597adcc9e108f4eab.tar.gz
Renamed folders to lowercase
Diffstat (limited to 'Source/EndAnimation.h')
-rw-r--r--Source/EndAnimation.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/Source/EndAnimation.h b/Source/EndAnimation.h
deleted file mode 100644
index edb7b07..0000000
--- a/Source/EndAnimation.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#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__