]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/Reve/reve_main/reve_main.cxx
Add getter for fValueIsColor.
[u/mrichter/AliRoot.git] / EVE / Reve / reve_main / reve_main.cxx
1 #include <Reve/Reve.h>
2 #include <Reve/RGTopFrame.h>
3
4 #include <Getline.h>
5
6 int main(int argc, char **argv)
7 {
8   Reve::SetupEnvironment();
9
10   int r = Reve::RGTopFrame::SpawnGuiAndRun(argc, argv);
11   Getlinem(kCleanUp, 0);
12   return r;
13 }