]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TGeant4/TGeant4LinkDef.h
moved ifdef G4VIS_USE before the first include; removed unneed include
[u/mrichter/AliRoot.git] / TGeant4 / TGeant4LinkDef.h
CommitLineData
2817d3e2 1// $Id$
2
3#ifdef __CINT__
4
5#pragma link off all globals;
6#pragma link off all classes;
7#pragma link off all functions;
8
9#pragma link C++ class TGeant4;
10#pragma link C++ class TG4VRunConfiguration;
11
12#endif