19 printf(
"===>The $(ROOTSYS)/test/Aclock library failed to load\n");
23 printf(
"===>The $(ROOTSYS)/test/Hello library failed to load\n");
27 printf(
"===>The $(ROOTSYS)/test/Tetris library failed to load\n");
29 if (st1 || st2 || st3) {
30 printf(
"ERROR: at least one of the shared libs in $ROOTSYS/test didn't load properly\n");
33 gROOT->ProcessLine(
"#define __RUN_GAMES__ 1");
38 gROOT->ProcessLine(
"#include \"Hello.h\"");
39 gROOT->ProcessLine(
"#include \"Aclock.h\"");
40 gROOT->ProcessLine(
"#include \"Tetris.h\"");
42 gROOT->ProcessLine(
"#include \"games.C\"");
43 gROOT->ProcessLine(
"rungames()");
44 gROOT->ProcessLine(
"#undef __RUN_GAMES__");
56 Hello *hello =
new Hello();
59 Aclock *clock =
new Aclock();
62 Tetris *tetris =
new Tetris();
bool Bool_t
Boolean (0=false, 1=true) (bool)
int Int_t
Signed integer 4 bytes (int)
R__EXTERN TSystem * gSystem