Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 2, 2009, 11:41:00 AM (15 years ago)
Author:
rgrieder
Message:

Cleanup in *Prereqs.h files

  • Removed forward declarations to non-existent classes
  • Ordered all declarations by name and folder
  • introduce new section: "Enums" for those files with enums.
  • Added missing declarations
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/libraries/util/Scope.h

    r5850 r5858  
    3939namespace orxonox
    4040{
    41     namespace ScopeID
    42     {
    43         /**
    44             @brief A list of available scopes for the Scope template.
    45         */
    46         enum Value
    47         {
    48             Root,
    49             Graphics
    50         };
    51     }
    52 
    53     // Forward declarations
    54     class ScopeListener;
    55     class Clock;
    56 
    5741    /**
    5842        @brief The ScopeManager stores the variables of the scope templates in a statically linked context.
Note: See TracChangeset for help on using the changeset viewer.