![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
#include "Application.h"#include "RefCountingObject.h"#include "RefCountingObjectPtr.h"#include <MyGUI.h>#include <string>#include <vector>Go to the source code of this file.
Data Structures | |
| struct | RoR::dataContainer_t |
| struct | RoR::dashData_t |
| class | RoR::DashBoardManager |
| class | RoR::DashBoard |
| struct | RoR::DashBoard::layoutGeometricAnimation_t |
| struct | RoR::DashBoard::layoutGraphicalAnimation_t |
| struct | RoR::DashBoard::layoutLink_t |
Namespaces | |
| namespace | RoR |
Macros | |
| #define | DD_MAXCHAR 255 |
| #define | DD_MAX_SCREWPROP 6 |
| #define | DD_MAX_AEROENGINE 6 |
| #define | DD_MAX_WING 6 |
| #define | DD_MAX_GEOMETRIC_ANIMATIONS 10 |
| #define | MAX_CONTROLS 1024 |
| #define | NO_RTT_DASHBOARD 0 |
Typedefs | |
| typedef struct RoR::dashData_t | RoR::dashData_t |
Definition in file DashBoardManager.h.
| #define DD_MAX_AEROENGINE 6 |
Definition at line 42 of file DashBoardManager.h.
| #define DD_MAX_GEOMETRIC_ANIMATIONS 10 |
Definition at line 44 of file DashBoardManager.h.
| #define DD_MAX_SCREWPROP 6 |
Definition at line 41 of file DashBoardManager.h.
| #define DD_MAX_WING 6 |
Definition at line 43 of file DashBoardManager.h.
| #define DD_MAXCHAR 255 |
Definition at line 40 of file DashBoardManager.h.
| #define MAX_CONTROLS 1024 |
Definition at line 46 of file DashBoardManager.h.
| #define NO_RTT_DASHBOARD 0 |
Definition at line 47 of file DashBoardManager.h.