17 #ifndef HEADER_SUPERTUX_SCRIPTING_GRADIENT_HPP 18 #define HEADER_SUPERTUX_SCRIPTING_GRADIENT_HPP 23 #include "scripting/game_object.hpp" 37 using GameObject::GameObject;
45 void set_direction(
const std::string& direction);
46 std::string get_direction()
const;
48 void set_color1(
float red,
float green,
float blue);
49 void set_color2(
float red,
float green,
float blue);
WARNING: This file is automatically generated from: 'src/scripting/wrapper.interface.hpp' DO NOT CHANGE.
Definition: ambient_sound.cpp:21
Definition: game_object.hpp:60
Definition: gradient.hpp:30
Definition: gradient.hpp:27