Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

actions.h

Committer:
nasiromar
Date:
2021-11-20
Revision:
8:fcc333a8f9e1
Parent:
7:862062ffca62
Child:
9:cbb9cfb1f6c5

File content as of revision 8:fcc333a8f9e1:

#ifndef ACTIONS_H
#define ACTIONS_H

void npc_speech1();

void npc_speech2();

int door_open();

void init_dung();

void slay_dragon();

#endif