Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2005, 5:13:20 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: tuning orxonox via benchmarking, virt. inline functions can't be inline unless used in a very spec way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/world_entity.cc

    r3608 r3649  
    170170   Handle all stuff that should update with time inside this method (movement, animation, etc.)
    171171*/
    172 void WorldEntity::tick(float time)
     172inline void WorldEntity::tick(float time)
    173173{
    174174}
     
    180180   This is a central function of an entity: call it to let the entity painted to the screen. Just override this function with whatever you want to be drawn.
    181181*/
    182 void WorldEntity::draw()
     182inline void WorldEntity::draw()
    183183{}
    184184
Note: See TracChangeset for help on using the changeset viewer.