mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 08:25:12 +01:00
9 lines
120 B
C
9 lines
120 B
C
#ifndef GBPRINTER_H
|
|
#define GBPRINTER_H
|
|
|
|
#include "../System.h"
|
|
|
|
u8 gbPrinterSend(u8 b);
|
|
|
|
#endif // GBPRINTER_H
|