apple2048/apple2048/anim.h

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