1 #ifndef POSITIONMANAGER_H
2 #define POSITIONMANAGER_H
22 Position * getPosition( uint container_id );
24 void destroy( uint container_id );
28 #endif // POSITIONMANAGER_H
The PositionManager class.
Definition: positionmanager.h:14
The Position class.
Definition: position.h:29