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