#ifndef _TARGETS_H #define _TARGETS_H #include "p_node.h" class Targets : public PNode { ObjectListDeclaration(Targets); public: Targets() { setRelCoorSoft(0,0,0);}; }; #endif