Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2009, 2:28:24 AM (15 years ago)
Author:
landauf
Message:

Added forward declarations to OrxonoxPrereqs.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/pickup/items/HealthUsable.h

    r3078 r3079  
    3737#include "OrxonoxPrereqs.h"
    3838
    39 #include "../UsableItem.h"
     39#include "objects/pickup/UsableItem.h"
    4040#include "util/Math.h"
    4141
    4242namespace orxonox
    4343{
    44     class Pawn;
    45 
    4644    /**
    4745        @brief Health-item, enables player recover health when used.
Note: See TracChangeset for help on using the changeset viewer.