|
Electrosim
1.00
|
00001 /*********************************************************************** 00002 * Module: input.h 00003 * Author: SALMON PAUL 00004 * MONLOUIS Kevyn 00005 * DUREUIL Brice 00006 * Modified: dimanche 13 mai 2012 10:00:26 00007 * Purpose: Declaration of the class Input 00008 ***********************************************************************/ 00009 00010 #ifndef INPUT_H 00011 #define INPUT_H 00012 00023 #include "item.h" 00024 00031 class Input : public Item 00032 { 00033 public: 00039 explicit Input(); 00040 00046 virtual bool _do(); 00047 00048 }; 00049 00050 #endif // INPUT_H
1.8.0