19#ifndef HEADER_ATTACHMENT_PLUGIN_HPP
20#define HEADER_ATTACHMENT_PLUGIN_HPP
50 m_attachment = attachment;
55 virtual void updateGraphics(
float dt) = 0;
An abstract interface for the actual karts.
Definition: abstract_kart.hpp:62
This is the base class for a plugin into an attachment.
Definition: attachment_plugin.hpp:39
virtual bool updateAndTestFinished(int ticks)=0
Updates a plugin.
AbstractKart * m_kart
Kart the attachment is attached to.
Definition: attachment_plugin.hpp:42
AttachmentPlugin(AbstractKart *kart, Attachment *attachment)
Constructor for a plugin.
Definition: attachment_plugin.hpp:47
This objects is permanently available in a kart and stores information about addons.
Definition: attachment.hpp:52
Describes a chain of 8-bit unsigned integers.
Definition: network_string.hpp:53