- Timestamp:
- Aug 12, 2009, 12:59:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/overlays/hud/HUDRadar.h
r3196 r5630 31 31 #define _HUDRadar_H__ 32 32 33 #include " OrxonoxPrereqs.h"33 #include "overlays/OverlaysPrereqs.h" 34 34 35 35 #include <map> … … 43 43 namespace orxonox 44 44 { 45 class _O rxonoxExport HUDRadar : public OrxonoxOverlay, public RadarListener45 class _OverlaysExport HUDRadar : public OrxonoxOverlay, public RadarListener 46 46 { 47 47 public:
Note: See TracChangeset
for help on using the changeset viewer.