// MIT License, Copyright (c) 2020 Marvin Borner #ifndef LOAD_H #define LOAD_H #define MAIN_OFFSET 0xfe void bin_load(char *path); #endif