Changeset 2173 for trunk/MagicSoft/Mars/mtools
- Timestamp:
- 06/13/03 16:42:37 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mtools
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtools/MChisqEval.cc
r1840 r2173 29 29 #include "MChisqEval.h" 30 30 31 #include <fstream .h>31 #include <fstream> 32 32 33 33 #include "MDataChain.h" 34 34 35 35 ClassImp(MChisqEval); 36 37 using namespace std; 36 38 37 39 void MChisqEval::StreamPrimitive(ofstream &out) const -
trunk/MagicSoft/Mars/mtools/MagicCivilization.cc
r1439 r2173 57 57 #include "MagicCivilization.h" 58 58 59 #include <iostream .h>59 #include <iostream> 60 60 61 61 #include <KeySymbols.h> … … 72 72 73 73 ClassImp(MagicCivilization); 74 75 using namespace std; 74 76 75 77 void MagicCivilization::Free() -
trunk/MagicSoft/Mars/mtools/MagicDomino.cc
r1435 r2173 59 59 #include "MagicDomino.h" 60 60 61 #include <iostream .h>61 #include <iostream> 62 62 63 63 #include <KeySymbols.h> … … 74 74 75 75 ClassImp(MagicDomino); 76 77 using namespace std; 76 78 77 79 // ------------------------------------------------------------------------ -
trunk/MagicSoft/Mars/mtools/MagicReversi.cc
r1907 r2173 51 51 #include "MagicReversi.h" 52 52 53 #include <iostream .h>53 #include <iostream> 54 54 55 55 #include <KeySymbols.h> … … 69 69 70 70 ClassImp(MagicReversi); 71 72 using namespace std; 73 71 74 /* 72 75 const Int_t MagicReversi::fColorBombs[7] = { -
trunk/MagicSoft/Mars/mtools/MagicShow.cc
r1435 r2173 57 57 #include "MagicShow.h" 58 58 59 #include <iostream .h>59 #include <iostream> 60 60 61 61 #include <KeySymbols.h> … … 71 71 72 72 ClassImp(MagicShow); 73 74 using namespace std; 73 75 74 76 // ------------------------------------------------------------------------ -
trunk/MagicSoft/Mars/mtools/MagicSnake.cc
r1533 r2173 53 53 #include "MagicSnake.h" 54 54 55 #include <iostream .h>55 #include <iostream> 56 56 57 57 #include <KeySymbols.h> … … 70 70 71 71 ClassImp(MagicSnake); 72 73 using namespace std; 72 74 73 75 void MagicSnake::Free() -
trunk/MagicSoft/Mars/mtools/MineSweeper.cc
r1435 r2173 48 48 #include "MineSweeper.h" 49 49 50 #include <iostream .h>50 #include <iostream> 51 51 52 52 #include <TText.h> … … 64 64 65 65 ClassImp(MineSweeper); 66 67 using namespace std; 66 68 67 69 const Int_t MineSweeper::fColorBombs[7] = {
Note:
See TracChangeset
for help on using the changeset viewer.