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: bullet/bullet.h
- Revision:
- 23:bfda24746bd4
- Parent:
- 22:6d3c3f2715d0
- Child:
- 24:d4919c29a663
--- a/bullet/bullet.h Fri Apr 19 19:12:42 2019 +0000
+++ b/bullet/bullet.h Fri Apr 19 19:16:48 2019 +0000
@@ -14,4 +14,6 @@
public:
bullet();
- ~bullet();
\ No newline at end of file
+ ~bullet();
+
+ void init(int size,int speed);
\ No newline at end of file