Merge: rework_gui > master

This commit is contained in:
LiamD-Flop
2022-02-28 23:04:56 +01:00
parent b2a305027f
commit 94c5710abb
71 changed files with 1279 additions and 1447 deletions

View File

@ -0,0 +1,26 @@
#pragma once
#include "common.hpp"
#include "imgui.h"
namespace big
{
namespace tab_current_profile
{
void tab_brakes();
void tab_gearing();
void tab_general();
void tab_other();
void tab_rollbars();
void tab_roll_centre_height();
void tab_suspension();
void tab_steering();
void tab_traction();
void tab_transmission();
}
namespace modal_handling
{
void modal_save_handling();
void modal_update_handling();
}
}