handle position from RRC

This commit is contained in:
Robert Schmidt
2024-11-29 18:56:59 +01:00
committed by Roberto Rosca
parent be618b069e
commit 2989bb592b
5 changed files with 11 additions and 11 deletions

View File

@@ -47,7 +47,7 @@
}
// clang-format on
typedef struct {
typedef struct position {
double positionX;
double positionY;
double positionZ;
@@ -56,4 +56,4 @@ typedef struct {
void config_position_coordinates(int Mod_id);
position_t *init_position_coordinates(char *sectionName);
position_t *get_position_coordinates(int Mod_id);
#endif
#endif