18 #ifndef HEADER_SUPERTUX_EDITOR_RESIZE_MARKER_HPP 19 #define HEADER_SUPERTUX_EDITOR_RESIZE_MARKER_HPP 21 #include "editor/marker_object.hpp" 35 virtual void move_to(
const Vector& pos)
override;
36 virtual Vector get_point_vector()
const override;
37 virtual Vector get_offset()
const override;
Simple two dimensional vector.
Definition: vector.hpp:24
Definition: resize_marker.hpp:23
Definition: marker_object.hpp:24
virtual void editor_update() override
Called each frame in the editor, used to keep linked objects together (e.g.
Definition: resize_marker.cpp:30
virtual bool has_settings() const override
Indicates if get_settings() is implemented.
Definition: resize_marker.hpp:38