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