Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

spells.h

Committer:
nasiromar
Date:
2021-11-20
Revision:
7:862062ffca62
Parent:
6:c9695079521d
Child:
14:7225da81314a

File content as of revision 7:862062ffca62:

#ifndef SPELLS_H
#define SPELLS_H


#define FIRE 0
#define WATER 1
#define AIR 2
#define EARTH 3

void init_spells();

int spell();


#endif