summaryrefslogtreecommitdiffstats
path: root/Project/IndMotor.h
blob: 911edd1f99d90025f200c97e1cf0896f0d512a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef INDMOTOR_H
#define INDMOTOR_H

#include "Machines.h"

class IndMotor : public Machines
{
public:
	IndMotor();
	~IndMotor();
	
	virtual void DrawSymbol() const;
	virtual bool GetContextMenu(wxMenu& menu);
};

#endif // INDMOTOR_H