Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Lore/Lore.h
- Revision:
- 47:5ae8668af63f
- Parent:
- 45:fe5fc85a5c73
- Child:
- 51:2231e2e141b9
diff -r b23c1b16ac08 -r 5ae8668af63f Lore/Lore.h --- a/Lore/Lore.h Thu May 09 04:19:49 2019 +0000 +++ b/Lore/Lore.h Thu May 09 04:27:07 2019 +0000 @@ -19,36 +19,36 @@ ~Lore(); /** Displays a random tip about the game - *@param &lcd: pointer to the N5110 library used for the lcd display - *@param rand: random number generated in main function and scaled for use in class + *@param &lcd pointer to the N5110 library used for the lcd display + *@param rand random number generated in main function and scaled for use in class */ void display(N5110 &lcd, int rand); /** Prints a tip about the enemy ship, seeker, on screen - *@param &lcd: pointer to the N5110 library used for the lcd display + *@param &lcd pointer to the N5110 library used for the lcd display */ void seeker(N5110 &lcd); /** Prints a tip about the enemy ship, shooter, on screen - *@param &lcd: pointer to the N5110 library used for the lcd display + *@param &lcd pointer to the N5110 library used for the lcd display */ void shooter(N5110 &lcd); /** Prints a tip about a player ship, imperion, on screen - *@param &lcd: pointer to the N5110 library used for the lcd display + *@param &lcd pointer to the N5110 library used for the lcd display */ void imperion(N5110 &lcd); /** Prints a tip about a player ship, kestrel, on screen - *@param &lcd: pointer to the N5110 library used for the lcd display + *@param &lcd pointer to the N5110 library used for the lcd display */ void kestrel(N5110 &lcd); /** Prints a tip about a player ship, orion, on screen - *@param &lcd: pointer to the N5110 library used for the lcd display + *@param &lcd pointer to the N5110 library used for the lcd display */ void orion(N5110 &lcd); /** Prints a tip about the menu on screen - *@param &lcd: pointer to the N5110 library used for the lcd display + *@param &lcd pointer to the N5110 library used for the lcd display */ void menu1(N5110 &lcd); /** Displays game intro - *@param &lcd: pointer to the N5110 library used for the lcd display + *@param &lcd pointer to the N5110 library used for the lcd display */ void intro(N5110 &lcd);