mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
9 lines
165 B
C++
9 lines
165 B
C++
#ifndef _COMMON_H
|
|
#define _COMMON_H
|
|
|
|
#include <cstdint>
|
|
#include <cstddef>
|
|
|
|
void writeTable(const char* filename, const uint8_t *buffer, size_t buffer_size);
|
|
|
|
#endif |