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