Ignore:
Timestamp:
07/25/02 10:20:43 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtools
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtools/MagicCivilization.cc

    r1435 r1439  
    438438}
    439439
    440 char       *MagicCivilization::GetObjectInfo(Int_t px, Int_t py) const
    441 {
    442     cout << "GET " << px << " " << py << endl;
    443     return 0;
    444 }
  • trunk/MagicSoft/Mars/mtools/MagicCivilization.h

    r1435 r1439  
    3030        kHasFlag      = BIT(15),
    3131        kHasCreation  = BIT(16),
    32         kUserBits     = 0x0000ff00, // 14-23 are allowed
     32        kUserBits     = 0x0000ff00 // 14-23 are allowed
    3333    };
    3434
     
    7676    void Reset();        //*MENU*
    7777
    78     char       *MagicCivilization::GetObjectInfo(Int_t px, Int_t py) const;
    79 
    8078    ClassDef(MagicCivilization, 0) // Tool to visualize next neighbours
    8179};
  • trunk/MagicSoft/Mars/mtools/MagicShow.h

    r1435 r1439  
    2828    {
    2929        kBackground = 50,
    30         kUserBits   = 0x0000ff00, // 14-23 are allowed
     30        kUserBits   = 0x0000ff00 // 14-23 are allowed
    3131
    3232    };
  • trunk/MagicSoft/Mars/mtools/MagicSnake.cc

    r1435 r1439  
    175175}
    176176
    177 void MagicSnake::Pause(Bool_t yes=kTRUE)
     177void MagicSnake::Pause(Bool_t yes)
    178178{
    179179    if (yes && !fPaused)
  • trunk/MagicSoft/Mars/mtools/MagicSnake.h

    r1435 r1439  
    4242        kHasTransport = BIT(18),
    4343        kHasDoor      = BIT(19),
    44         kUserBits     = 0x0000ff00, // 14-23 are allowed
     44        kUserBits     = 0x0000ff00 // 14-23 are allowed
    4545
    4646    };
  • trunk/MagicSoft/Mars/mtools/Makefile

    r1435 r1439  
    2222#  connect the include files defined in the config.mk file
    2323#
    24 INCLUDES = -I. -I../mbase -I../mgui
     24INCLUDES = -I. -I../mbase -I../mgui -I../mgeom
    2525
    2626#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.