For Nikhil

Dependencies:   4DGL-uLCD-SE EthernetInterface Game_Synchronizer MMA8452 SDFileSystem mbed-rtos mbed wave_player

Fork of 2035_Tanks_Shell by ECE2035 Spring 2015 TA

Committer:
jford38
Date:
Fri Oct 30 11:08:31 2015 +0000
Revision:
27:bd55ab4d137c
Added a folder for sound. Clarified the role of globals.h

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jford38 27:bd55ab4d137c 1 #ifndef PLAYSOUND_H__
jford38 27:bd55ab4d137c 2 #define PLAYSOUND_H__
jford38 27:bd55ab4d137c 3
jford38 27:bd55ab4d137c 4 void playSound(char * wav);
jford38 27:bd55ab4d137c 5
jford38 27:bd55ab4d137c 6 #endif //PLAYSOUND_H__