#include "general.h"
#include "stdafx.h"
#include "stateaction.h"
//#include "simulation.h"
IMPLEMENT_SERIAL(CStateActionMap, CMap<CStateAction, CStateAction&, CStateValue, CStateValue&>, 1 )


