Game For ECE 2035
Dependencies: mbed wave_player 4DGL-uLCD-SE MMA8452
actions.h@8:fcc333a8f9e1, 2021-11-20 (annotated)
- Committer:
- nasiromar
- Date:
- Sat Nov 20 03:57:56 2021 +0000
- Revision:
- 8:fcc333a8f9e1
- Parent:
- 7:862062ffca62
- Child:
- 9:cbb9cfb1f6c5
Base Game
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nasiromar | 6:c9695079521d | 1 | #ifndef ACTIONS_H |
nasiromar | 6:c9695079521d | 2 | #define ACTIONS_H |
nasiromar | 6:c9695079521d | 3 | |
nasiromar | 6:c9695079521d | 4 | void npc_speech1(); |
nasiromar | 6:c9695079521d | 5 | |
nasiromar | 7:862062ffca62 | 6 | void npc_speech2(); |
nasiromar | 7:862062ffca62 | 7 | |
nasiromar | 8:fcc333a8f9e1 | 8 | int door_open(); |
nasiromar | 8:fcc333a8f9e1 | 9 | |
nasiromar | 7:862062ffca62 | 10 | void init_dung(); |
nasiromar | 7:862062ffca62 | 11 | |
nasiromar | 7:862062ffca62 | 12 | void slay_dragon(); |
nasiromar | 6:c9695079521d | 13 | |
nasiromar | 6:c9695079521d | 14 | #endif |