Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2010, 5:40:21 PM (14 years ago)
Author:
dafrick
Message:

Some cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/src/modules/weapons/projectiles/SimpleRocket.h

    r7021 r7025  
    2727 */
    2828
    29     /**
    30     @file
    31     @brief
    32         SimpleRocket, follows direction from a Rocketcontroller, has fuel for 80% of its lifetime, afterwords it's fire disappears.
    33     @author
    34        Gabriel Nadler (Original file: Oli Scheuss)
    35     */
    36 
    37 
    38 
    3929#ifndef _SimpleRocket_H__
    4030#define _SimpleRocket_H__
     
    5040    class ConeCollisionShape;
    5141
    52 
     42    /**
     43    @brief
     44        SimpleRocket, follows direction from a Rocketcontroller, has fuel for 80% of its lifetime, afterwards it's fire disappears.
     45    @author
     46       Gabriel Nadler (Original file: Oli Scheuss)
     47    */
    5348    class _WeaponsExport SimpleRocket : public ControllableEntity
    5449    {
Note: See TracChangeset for help on using the changeset viewer.