Files
visualboyadvance-m/src/gb/gbPrinter.h
Fabrice de Gans 33cb9a66d4 [Build] Move System.h and most of Util.h to core/
* Move System.h to core/base.
* Move most of the functionality out of Util.h to core/base.
* Fix corresponding headers.
2024-03-15 20:43:57 -07:00

9 lines
118 B
C++

#ifndef GBPRINTER_H
#define GBPRINTER_H
#include <cstdint>
uint8_t gbPrinterSend(uint8_t b);
#endif // GBPRINTER_H