Initial Commit
This commit is contained in:
24
ePartType.h
Normal file
24
ePartType.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef EPARTTYPE_H
|
||||
#define EPARTTYPE_H
|
||||
|
||||
namespace PartType
|
||||
{
|
||||
enum PartType
|
||||
{
|
||||
GateBuffer,
|
||||
GateNot,
|
||||
GateAnd,
|
||||
GateOr,
|
||||
GateNand,
|
||||
GateNor,
|
||||
GateXor,
|
||||
GateXnor,
|
||||
IOLowConstant,
|
||||
IOHighConstant,
|
||||
IOLightBulb,
|
||||
IOToggleButton,
|
||||
IntegratedCircuit,
|
||||
};
|
||||
}
|
||||
|
||||
#endif // EPARTTYPE_H
|
||||
Reference in New Issue
Block a user