Changeset 1439 for trunk/MagicSoft/Mars/mtools
- Timestamp:
- 07/25/02 10:20:43 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mtools
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtools/MagicCivilization.cc
r1435 r1439 438 438 } 439 439 440 char *MagicCivilization::GetObjectInfo(Int_t px, Int_t py) const441 {442 cout << "GET " << px << " " << py << endl;443 return 0;444 } -
trunk/MagicSoft/Mars/mtools/MagicCivilization.h
r1435 r1439 30 30 kHasFlag = BIT(15), 31 31 kHasCreation = BIT(16), 32 kUserBits = 0x0000ff00 ,// 14-23 are allowed32 kUserBits = 0x0000ff00 // 14-23 are allowed 33 33 }; 34 34 … … 76 76 void Reset(); //*MENU* 77 77 78 char *MagicCivilization::GetObjectInfo(Int_t px, Int_t py) const;79 80 78 ClassDef(MagicCivilization, 0) // Tool to visualize next neighbours 81 79 }; -
trunk/MagicSoft/Mars/mtools/MagicShow.h
r1435 r1439 28 28 { 29 29 kBackground = 50, 30 kUserBits = 0x0000ff00 ,// 14-23 are allowed30 kUserBits = 0x0000ff00 // 14-23 are allowed 31 31 32 32 }; -
trunk/MagicSoft/Mars/mtools/MagicSnake.cc
r1435 r1439 175 175 } 176 176 177 void MagicSnake::Pause(Bool_t yes =kTRUE)177 void MagicSnake::Pause(Bool_t yes) 178 178 { 179 179 if (yes && !fPaused) -
trunk/MagicSoft/Mars/mtools/MagicSnake.h
r1435 r1439 42 42 kHasTransport = BIT(18), 43 43 kHasDoor = BIT(19), 44 kUserBits = 0x0000ff00 ,// 14-23 are allowed44 kUserBits = 0x0000ff00 // 14-23 are allowed 45 45 46 46 }; -
trunk/MagicSoft/Mars/mtools/Makefile
r1435 r1439 22 22 # connect the include files defined in the config.mk file 23 23 # 24 INCLUDES = -I. -I../mbase -I../mgui 24 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom 25 25 26 26 #------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.