|
Electrosim
1.00
|
00001 /*********************************************************************** 00002 * Module: not.h 00003 * Author: SALMON PAUL 00004 * MONLOUIS Kevyn 00005 * DUREUIL Brice 00006 * Modified: dimanche 20 mai 2012 12:14:24 00007 * Purpose: Declaration of the class Not 00008 ***********************************************************************/ 00009 00010 #ifndef NOT_H 00011 #define NOT_H 00012 00023 #include "item.h" 00024 00031 class Not : public Item 00032 { 00033 00034 public: 00040 explicit Not(); 00041 00047 virtual bool _do(); 00048 }; 00049 00050 #endif // NOT_H
1.8.0