Changeset 924 for trunk/MagicSoft/Cosy/starg.cc
- Timestamp:
- 09/06/01 10:59:19 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/starg.cc
r738 r924 4 4 #include <TApplication.h> 5 5 6 #include " Starguider.h"6 #include "MGStarguider.h" 7 7 8 8 /* ---------------------------------------------------------------------- */ 9 9 10 extern void InitGui();11 VoidFuncPtr_t initfuncs[] = { InitGui, 0 };10 //extern void InitGui(); 11 //VoidFuncPtr_t initfuncs[] = { InitGui, 0 }; 12 12 13 13 int main(int argc, char **argv) 14 14 { 15 TROOT root("GUI", "GUI test environement" , initfuncs);15 TROOT root("GUI", "GUI test environement"); //, initfuncs); 16 16 17 17 TApplication app("Starguider", &argc, argv); 18 18 19 Starguider starg;19 MGStarguider starg; 20 20 21 21 starg.Loop(0);
Note:
See TracChangeset
for help on using the changeset viewer.