mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
* Move System.h to core/base. * Move most of the functionality out of Util.h to core/base. * Fix corresponding headers.
9 lines
118 B
C++
9 lines
118 B
C++
#ifndef GBPRINTER_H
|
|
#define GBPRINTER_H
|
|
|
|
#include <cstdint>
|
|
|
|
uint8_t gbPrinterSend(uint8_t b);
|
|
|
|
#endif // GBPRINTER_H
|