thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
InterfaceBase.fh
1 // -*- C++ -*-
2 #ifndef ThePEG_InterfaceBase_FH
3 #define ThePEG_InterfaceBase_FH
4 //
5 // This is the forward declaration of the InterfaceBase and
6 // RefInterfaceBase classes.
7 //
8 
9 #include "ThePEG/Config/ThePEG.h"
10 
11 namespace ThePEG {
12 
13 class InterfaceBase;
14 
15 class RefInterfaceBase;
16 
17 }
18 
19 #endif /* ThePEG_InterfaceBase_FH */