00001 00005 /* Copyright © 2009 James Legg. 00006 This program is free software: you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation, either version 3 of the License, or 00009 (at your option) any later version. 00010 */ 00011 #ifndef LIBTRACK_TRACK_BOOSTER_H_ 00012 #define LIBTRACK_TRACK_BOOSTER_H_ 00013 00014 #include "TrackAttachment.h" 00015 00016 #include <LinearMath/btVector3.h> 00017 00018 namespace Track 00019 { 00020 00023 class TrackBooster 00024 : public TrackAttachment 00025 { 00026 public: 00027 TrackBooster(std::istream & source); 00028 TrackBooster(); 00029 virtual ~TrackBooster(); 00030 virtual std::string get_class_identifier() const; 00031 virtual void draw() const; 00032 virtual void add_data(std::ostream & stream) const; 00033 protected: 00034 00035 }; 00036 00037 std::ostream & operator<<(std::ostream & destination, TrackBooster booster); 00038 00039 } // namespace Track 00040 00041 00042 #endif // LIBTRACK_TRACK_BOOSTER_H_
Generated at Mon Sep 6 00:41:12 2010 by Doxygen version 1.4.7 for Racer version svn335.