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