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.
Diff: Sprite/Sprite.cpp
- Revision:
- 15:1cb1eb0136aa
- Parent:
- 14:1e6f74233e8e
--- a/Sprite/Sprite.cpp Wed May 08 14:41:56 2019 +0000
+++ b/Sprite/Sprite.cpp Wed May 08 14:55:06 2019 +0000
@@ -50,6 +50,7 @@
/**
* @brief Sets Sprite Bitmap (Note: Must be of Sprite dimensions.)
* @param int * bitmap @details Pointer to 2D array containing Sprite Bitmap.
+*/
void Sprite::setBitmap(int * bitmap)
{
_bitmap = bitmap ;