You've already forked MP1R-Rando-CodeEdits
mirror of
https://github.com/CraftyBoss/MP1R-Rando-CodeEdits.git
synced 2026-04-01 08:50:26 -07:00
17 lines
233 B
C
17 lines
233 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <stdint.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
extern const uint8_t @__BINARY_FILE@_end[];
|
|
|
|
extern const uint8_t @__BINARY_FILE@[];
|
|
|
|
extern const uint32_t @__BINARY_FILE@_size; |