thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
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
11namespace ThePEG {
12
13class InterfaceBase;
14
15class RefInterfaceBase;
16
17}
18
19#endif /* ThePEG_InterfaceBase_FH */