gbdk/gbdk-lib/examples/gb/banked/bank.h
2015-01-10 16:25:08 +01:00

10 lines
121 B
C

#ifndef BANK_INCLUDE
#define BANK_INCLUDE
#include <stdio.h>
int bank2(int i) BANKED;
void bank3(void) BANKED;
#endif