source: tags/Mars-V0.9.3/mastro/AstroLinkDef.h

Last change on this file was 4687, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 342 bytes
Line 
1#ifdef __CINT__
2
3#pragma link off all globals;
4#pragma link off all classes;
5#pragma link off all functions;
6
7#pragma link C++ class MVector3+;
8
9#pragma link C++ class MAstro+;
10#pragma link C++ class MAstroSky2Local+;
11#pragma link C++ class MAstroCatalog+;
12#pragma link C++ class MAstroCamera+;
13
14#pragma link C++ class MObservatory+;
15
16#endif
Note: See TracBrowser for help on using the repository browser.