apple2048/anim.h
2014-07-25 14:55:41 -05: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);