ok
Fork of g3_waterplay by
Embed:
(wiki syntax)
Show/hide line numbers
Procedure.h
00001 /* 00002 * G3: WATERPLAY 00003 */ 00004 00005 #ifndef PROCEDURE_H 00006 #define PROCEDURE_H 00007 00008 #include "Printer.h" 00009 #include "mbed.h" 00010 00011 class Procedure 00012 { 00013 public: 00014 Procedure( 00015 Printer &printer 00016 ); 00017 int proceed(); 00018 00019 private: 00020 Printer &_printer; 00021 }; 00022 00023 #endif
Generated on Tue Jul 12 2022 21:07:58 by
1.7.2
