Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

actions.cpp

Committer:
nasiromar
Date:
2021-11-19
Revision:
6:c9695079521d
Child:
7:862062ffca62

File content as of revision 6:c9695079521d:

#include "actions.h"
#include "speech.h"
#include "hardware.h"
#include "globals.h"


void npc_speech1()
{

    char line1[] = "Hello";
    char line2[] = "Traveler!";
    horizontal_speech1(line1,line2);
    }