fixed some parts of arc for -Wpedantic, also fixed some entity.c wrong offsets for size

This commit is contained in:
herbglitch 2025-04-12 00:45:51 -06:00
parent d01d78972e
commit d89c95688e
6 changed files with 21 additions and 11 deletions

View file

@ -25,6 +25,8 @@ typedef struct ARC_DCircle {
double r;
} ARC_DCircle;
void TEMP_Circle_Placeholder(void);
#ifdef __cplusplus
}
#endif