main.cpp
Go to the documentation of this file.00001 extern "C"
00002 #ifdef _WIN32
00003 __declspec(dllimport)
00004 #endif
00005 int GaudiMain(int argc, char* argv[]);
00006
00007 int main(int argc, char* argv[] ) {
00008 return GaudiMain(argc, argv);
00009 }
00010
00011