|
Electrosim
1.00
|
00001 /*********************************************************************** 00002 * Module: and.h 00003 * Author: SALMON PAUL 00004 * MONLOUIS Kevyn 00005 * DUREUIL Brice 00006 * Modified: samedi 12 mai 2012 17:18:12 00007 * Purpose: Declaration of the class And 00008 ***********************************************************************/ 00009 00010 #ifndef AND_H 00011 #define AND_H 00012 00023 #include "item.h" 00024 00031 class And : public Item 00032 { 00033 public: 00039 And(); 00040 00046 virtual bool _do(); 00047 }; 00048 00049 #endif // AND_H
1.8.0