mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 12:29:18 +02:00
reformat: remove redundant 'inline' specifier
This commit is contained in:
@@ -13,7 +13,7 @@ class vehicleparams_panel : public ui_panel
|
||||
command_relay m_relay;
|
||||
texture_handle vehicle_mini;
|
||||
|
||||
void draw_infobutton(const char *str, ImVec2 pos = ImVec2(-1.0f, -1.0f), const ImVec4 color = ImVec4(1.0f, 1.0f, 0.0f, 1.0f));
|
||||
void draw_infobutton(const char *str, ImVec2 pos = ImVec2(-1.0f, -1.0f), ImVec4 color = ImVec4(1.0f, 1.0f, 0.0f, 1.0f));
|
||||
void draw_mini(const TMoverParameters &mover);
|
||||
public:
|
||||
vehicleparams_panel(const std::string &vehicle);
|
||||
|
||||
Reference in New Issue
Block a user