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
spase_ship/space_ship.cpp@83:a55e77dfee5a, 2019-04-28 (annotated)
- Committer:
- fy14lkaa
- Date:
- Sun Apr 28 14:37:08 2019 +0000
- Revision:
- 83:a55e77dfee5a
- Parent:
- 82:fdae28b01415
- Child:
- 84:d875c6e87398
initialize the constructor and destructor of space_ship class in space_ship.cpp
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
fy14lkaa | 83:a55e77dfee5a | 1 | #include "space_ship.h" |
fy14lkaa | 83:a55e77dfee5a | 2 | |
fy14lkaa | 83:a55e77dfee5a | 3 | space_ship::space_ship() |
fy14lkaa | 83:a55e77dfee5a | 4 | { |
fy14lkaa | 83:a55e77dfee5a | 5 | |
fy14lkaa | 83:a55e77dfee5a | 6 | } |
fy14lkaa | 83:a55e77dfee5a | 7 | |
fy14lkaa | 83:a55e77dfee5a | 8 | space_ship::~space_ship() |
fy14lkaa | 83:a55e77dfee5a | 9 | { |
fy14lkaa | 83:a55e77dfee5a | 10 | |
fy14lkaa | 83:a55e77dfee5a | 11 | } |