Game For ECE 2035
Dependencies: mbed wave_player 4DGL-uLCD-SE MMA8452
actions.cpp@6:c9695079521d, 2021-11-19 (annotated)
- Committer:
- nasiromar
- Date:
- Fri Nov 19 22:03:25 2021 +0000
- Revision:
- 6:c9695079521d
- Child:
- 7:862062ffca62
Basics
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nasiromar | 6:c9695079521d | 1 | #include "actions.h" |
nasiromar | 6:c9695079521d | 2 | #include "speech.h" |
nasiromar | 6:c9695079521d | 3 | #include "hardware.h" |
nasiromar | 6:c9695079521d | 4 | #include "globals.h" |
nasiromar | 6:c9695079521d | 5 | |
nasiromar | 6:c9695079521d | 6 | |
nasiromar | 6:c9695079521d | 7 | void npc_speech1() |
nasiromar | 6:c9695079521d | 8 | { |
nasiromar | 6:c9695079521d | 9 | |
nasiromar | 6:c9695079521d | 10 | char line1[] = "Hello"; |
nasiromar | 6:c9695079521d | 11 | char line2[] = "Traveler!"; |
nasiromar | 6:c9695079521d | 12 | horizontal_speech1(line1,line2); |
nasiromar | 6:c9695079521d | 13 | } |