gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-support/romusage/src/banks_print.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
6 #ifndef _BANKS_PRINT_H
7 #define _BANKS_PRINT_H
8
9 #include "banks.h"
10
11 void banklist_printall(list_type *);
12 void banklist_printall_json(list_type *);
13
14 #endif // _BANKS_PRINT_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.