diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2026-08-03 16:42:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-03 16:42:52 +0200 |
| commit | 22d4ca0be7c37ffe5aa5cd8582ca1fb4e2dc73a6 (patch) | |
| tree | bf70ce1bbc8a48b6a7601ad096fd4ebf42d326a1 /tools/spec.h | |
| parent | da4a1f661cc87c8a31b65310f8940a5c5f0927d6 (diff) | |
* spec: impl `include_once` and error on duped includes across spec
* duped includes fixups
* rm get_single_segment_by_name from spec.c (unused code)
* replace include logic with include_once's
Diffstat (limited to 'tools/spec.h')
| -rw-r--r-- | tools/spec.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/spec.h b/tools/spec.h index 8c4891043..96ca6c16f 100644 --- a/tools/spec.h +++ b/tools/spec.h @@ -55,10 +55,6 @@ typedef struct Segment { void parse_rom_spec(char* spec, struct Segment** segments, int* segment_count); -bool get_single_segment_by_name(struct Segment* dstSegment, char *spec, const char *segmentName); - -void free_single_segment_elements(struct Segment *segment); - void free_rom_spec(struct Segment* segments, int segment_count); #endif |
