00001 // -*- C++ -*- 00002 #ifndef ThePEG_Strategy_FH 00003 #define ThePEG_Strategy_FH 00004 // 00005 // This is the forward declaration of the Strategy class. 00006 // 00007 00008 #include "ThePEG/Config/ThePEG.h" 00009 00010 namespace ThePEG { 00011 00012 class Strategy; 00013 00015 typedef Ptr<Strategy>::pointer StrategyPtr; 00017 typedef Ptr<Strategy>::const_pointer cStrategyPtr; 00018 00019 } 00020 00021 #endif /* ThePEG_Strategy_FH */