apple2048/apple2048/anim.h
2014-11-18 20:54:53 -08:00

13 lines
199 B
C

/*
* 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);