Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

actions.h

Committer:
nasiromar
Date:
2021-12-01
Revision:
10:e18685911e84
Parent:
9:cbb9cfb1f6c5
Child:
11:6cd02a8539d1

File content as of revision 10:e18685911e84:

#ifndef ACTIONS_H
#define ACTIONS_H

void god_modeOn();

void god_modeOff();

void set_npc(int i, int j);

void walk_npc();

void fruit();

void no_fruit();

void npc_speech1();

void npc_speech2();

int door_open();

void init_dung();

void slay_dragon();

#endif