deplacement v6
Fork of Deplacement by
Deplacement.h@0:d6b2da5ef6cb, 2017-01-26 (annotated)
- Committer:
- aure
- Date:
- Thu Jan 26 16:35:43 2017 +0000
- Revision:
- 0:d6b2da5ef6cb
- Child:
- 1:662d3c47637f
regarder une classe en cpp :)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
aure | 0:d6b2da5ef6cb | 1 | #include "m3pi.h" |
aure | 0:d6b2da5ef6cb | 2 | |
aure | 0:d6b2da5ef6cb | 3 | class Deplacement |
aure | 0:d6b2da5ef6cb | 4 | { |
aure | 0:d6b2da5ef6cb | 5 | public: |
aure | 0:d6b2da5ef6cb | 6 | void toto(); |
aure | 0:d6b2da5ef6cb | 7 | |
aure | 0:d6b2da5ef6cb | 8 | }; |