apple2048/apple2048/anim.h

13 lines
199 B
C
Raw Normal View History

2014-07-25 19:55:41 +00:00
/*
* File: anim.h
* Author: Jeremy Rand
* Date: July 23, 2014
*
* This file is the header file the 2048 animations.
*/
extern void initAnimations(void);
extern void performAnimations(void);