X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpacket.h;h=18e7e4355f82e478c3435465f4f4ce9a1e96c45e;hb=cb4b88367edde2829e40015f0bc02d653db2a6a8;hp=cfeb2dfbeb8f66ce18f01e423cd705df6124e460;hpb=229e1d6ab66a9e987ffe3cd4a8de7c7f874f6de1;p=netvis.git diff --git a/source/packet.h b/source/packet.h index cfeb2df..18e7e43 100644 --- a/source/packet.h +++ b/source/packet.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of NetVis +Copyright @ 2008 Mikko Rasa, Mikkosoft Productions +Distributed unter the GPL +*/ + #ifndef PACKET_H_ #define PACKET_H_ @@ -21,7 +28,7 @@ public: Packet(const Host &, const Host *, const Msp::GL::Color &, unsigned); bool get_stale() const { return x>=1; } void tick(const Msp::Time::TimeDelta &); - void render() const; + void render(Msp::GL::PrimitiveBuilder &) const; }; #endif