Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 2, 2006, 5:00:49 AM (18 years ago)
Author:
bensch
Message:

more radar work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/elements/glgui_radar.cc

    r8991 r8992  
    3636
    3737
     38
     39  void GLGuiRadar::setAttenuation(Attenuation attenuation)
     40  {
     41    this->_attenuation = attenuation;
     42  }
     43
     44
     45  void GLGuiRadar::tick(float dt)
     46  {
     47
     48  }
     49
     50
     51  void GLGuiRadar::draw() const
     52  {
     53
     54
     55  }
     56
     57
    3858  void GLGuiRadar::resize()
    3959  {
Note: See TracChangeset for help on using the changeset viewer.