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