- Timestamp:
- Aug 12, 2009, 12:59:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/overlays/hud/HUDNavigation.h
r3196 r5630 30 30 #define _HUDNavigation_H__ 31 31 32 #include " OrxonoxPrereqs.h"32 #include "overlays/OverlaysPrereqs.h" 33 33 34 34 #include "util/OgreForwardRefs.h" … … 38 38 namespace orxonox 39 39 { 40 class _O rxonoxExport HUDNavigation : public OrxonoxOverlay, public Tickable40 class _OverlaysExport HUDNavigation : public OrxonoxOverlay, public Tickable 41 41 { 42 42 public:
Note: See TracChangeset
for help on using the changeset viewer.