2 #ifndef ThePEG_Strategy_FH
3 #define ThePEG_Strategy_FH
5 // This is the forward declaration of the Strategy class.
8 #include "ThePEG/Config/ThePEG.h"
14 /** Declare a pointer to a Strategy object. */
15 typedef Ptr<Strategy>::pointer StrategyPtr;
16 /** Declare a pointer to a const Strategy object. */
17 typedef Ptr<Strategy>::const_pointer cStrategyPtr;
21 #endif /* ThePEG_Strategy_FH */