|
Last change
on this file since 4357 was
4326,
checked in by patrick, 20 years ago
|
|
orxonox/trunk: working on an alternativ flight mode and a new event handlig system at the same time. crazy…
|
|
File size:
351 bytes
|
| Line | |
|---|
| 1 | /*! |
|---|
| 2 | \file helper_parent.h |
|---|
| 3 | \brief this is a parent class, that isn't visible in the real world itself |
|---|
| 4 | */ |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | #ifndef _PILOT_NODE_H |
|---|
| 8 | #define _PILOT_NODE_H |
|---|
| 9 | |
|---|
| 10 | #include "comincl.h" |
|---|
| 11 | #include "p_node.h" |
|---|
| 12 | |
|---|
| 13 | class PilotNode : public PNode { |
|---|
| 14 | |
|---|
| 15 | public: |
|---|
| 16 | PilotNode (); |
|---|
| 17 | virtual ~PilotNode (); |
|---|
| 18 | |
|---|
| 19 | void command(Command* cmd); |
|---|
| 20 | |
|---|
| 21 | }; |
|---|
| 22 | |
|---|
| 23 | #endif /* _PILOT_NODE_H */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.