flycast/core/reios/reios_elf.h

9 lines
122 B
C
Raw Normal View History

#ifndef REIOS_ELF_H
#define REIOS_ELF_H
2015-03-22 00:16:28 +00:00
#include "types.h"
bool reios_loadElf(const string& elf);
#endif //REIOS_ELF_H