This commit is contained in:
Paul 2000-11-02 17:35:44 +00:00
parent 7b80782ebc
commit fcaef22819
4 changed files with 44 additions and 6 deletions

View file

@ -43,6 +43,10 @@ public:
virtual void think(int _frames);
protected:
virtual int isSelectable() {return true;}
private:
int *m_target;
int *m_data;