Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2008, 2:38:21 PM (16 years ago)
Author:
landauf
Message:

made some small adjustments in Pickups branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickups/src/orxonox/objects/pickup/ShipItem.h

    r2055 r2083  
    99
    1010namespace orxonox{
    11 Class _OrxonoxExport ShipItem{
     11class _OrxonoxExport ShipItem{
    1212
    1313        enum itemType{ //Diffrent Types of Items
     
    3030/* Useables are Items the Player can choose when to activate and then show an instant action/effect
    3131 * or for a certain duration */
    32 Class _OrxonoxExport Useable : public ShipItem{
     32class _OrxonoxExport Useable : public ShipItem{
    3333
    3434
     
    5151/* Permanents are Items, that effect the Player or his Ship from the instance he picks them up
    5252   until he drops them again */
    53 Class _OrxonoxExport Permanent : public ShipItem{
     53class _OrxonoxExport Permanent : public ShipItem{
    5454
    5555        enum subItemTypePermanent{ //Diffrent Types of Items of the Type Permanent
     
    6767
    6868// Powerups effect the Player right after he picks them up for a certain Duration /or permanently.
    69 Class _OrxonoxExport Powerups : public ShipItem{
     69class _OrxonoxExport Powerups : public ShipItem{
    7070
    7171        enum subItem TypePowerups{ //Diffrent Types of Items of the Type Powerups
Note: See TracChangeset for help on using the changeset viewer.