From a9211ffd64291fd22d3bfd6ba796eb2ebe041b6e Mon Sep 17 00:00:00 2001 From: Dominik Geyer Date: Thu, 4 Sep 2008 18:54:37 +0000 Subject: moved nameplate-code to new component nameplates; ticket #461 --- src/game/client/components/nameplates.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/game/client/components/nameplates.hpp (limited to 'src/game/client/components/nameplates.hpp') diff --git a/src/game/client/components/nameplates.hpp b/src/game/client/components/nameplates.hpp new file mode 100644 index 00000000..2695f5ac --- /dev/null +++ b/src/game/client/components/nameplates.hpp @@ -0,0 +1,14 @@ +#include + +class NAMEPLATES : public COMPONENT +{ + void render_nameplate( + const class NETOBJ_CHARACTER *prev_char, + const class NETOBJ_CHARACTER *player_char, + const class NETOBJ_PLAYER_INFO *player_info + ); + +public: + virtual void on_render(); +}; + -- cgit 1.4.1