diff options
author | midipix <writeonce@midipix.org> | 2025-05-29 04:27:19 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-05-29 04:29:47 +0000 |
commit | fb9d36cced3944104441b68db3102f9697051670 (patch) | |
tree | 70506371100595fa96af16726d1614413a7737e8 /project | |
parent | 51125f500691073e197b4272a682956e7e1b0f20 (diff) | |
download | perk-fb9d36cced3944104441b68db3102f9697051670.tar.bz2 perk-fb9d36cced3944104441b68db3102f9697051670.tar.xz |
PE toolchain: added perk_arbits.h (archive format definitions and structures).
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk index ec29174..799572b 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -1,6 +1,7 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/perk.h \ $(SOURCE_DIR)/include/$(PACKAGE)/perk_api.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/perk_arbits.h \ $(SOURCE_DIR)/include/$(PACKAGE)/perk_consts.h \ $(SOURCE_DIR)/include/$(PACKAGE)/perk_meta.h \ $(SOURCE_DIR)/include/$(PACKAGE)/perk_output.h \ |