gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-support/romusage/src/banks_summarized.h
1 // This is free and unencumbered software released into the public domain.
2 // For more information, please refer to <https://unlicense.org>
3 // bbbbbr 2020
4
5 #ifndef _BANKS_SUMMARIZED_H
6 #define _BANKS_SUMMARIZED_H
7
8 #include "list.h"
9
10 // Summarized mode
11 void banklist_collapse_to_summary(const list_type * p_banks, list_type * p_banks_summarized);
12
13 #endif // _BANKS_SUMMARIZED_H
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.