core: convert load-git.c to C++

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-02-28 08:42:23 +01:00 committed by Michael Keller
parent d803e42314
commit c05be40bfd
5 changed files with 126 additions and 158 deletions

View file

@ -70,7 +70,7 @@ struct weightsystem_table {
#define MAX_WS_INFO (100)
extern int cylinderuse_from_text(const char *text);
extern enum cylinderuse cylinderuse_from_text(const char *text);
extern void copy_weights(const struct weightsystem_table *s, struct weightsystem_table *d);
extern void copy_cylinders(const struct cylinder_table *s, struct cylinder_table *d);
extern weightsystem_t clone_weightsystem(weightsystem_t ws);