Ignore:
Timestamp:
Mar 25, 2010, 10:06:49 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
8d9984
Parents:
0012e6
Message:

Switched type of pointer used for ActionStates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Actions/ActionSequence.hpp

    r0012e6 r521e29  
    99#define ACTIONSEQUENZE_HPP_
    1010
     11#include "Actions/Action.hpp"
     12
    1113#include <deque>
    12 
    13 class Action;
    14 class ActionState;
    1514
    1615/**
     
    2120public:
    2221  typedef std::deque<Action*> actionSet;
    23   typedef std::deque<ActionState*> stateSet;
     22  typedef std::deque<Action::state_ptr> stateSet;
    2423
    2524  ActionSequence();
Note: See TracChangeset for help on using the changeset viewer.