More complicated test program that generates text, coloured sprites and sound.
Dependencies: Gameduino mbed CommonTypes
Diff: GameduinoTest.h
- Revision:
- 2:5604e16b78bd
- Parent:
- 1:c8ec5f958f3c
--- a/GameduinoTest.h Sat May 05 17:18:35 2012 +0000 +++ b/GameduinoTest.h Sun May 06 10:37:27 2012 +0000 @@ -39,6 +39,12 @@ // Pass pointer to Gameduino to use in gd. void AnimationTest( Gameduino *gd ); + /*********************/ + /* TEST PLOTS METHOD */ + /*********************/ + // Pass pointer to Gameduino to use in gd. + void TestPlots( Gameduino *gd ); + }; #endif