// // LinkDef.hpp // TestSine // // Created by Erik Zorzin on 26/10/15. // Copyright © 2015 Erik Zorzin. All rights reserved. // #ifndef LinkDef_hpp #define LinkDef_hpp #ifdef __CLING__ //#pragma link off all globals; //#pragma link off all classes; //#pragma link off all functions; #pragma link C++ class GUI+; #endif #endif /* LinkDef_hpp */