mirror of
https://github.com/PCSX2/pcsx2-sourceforge.git
synced 2026-02-06 04:11:19 +01:00
7 lines
88 B
C
7 lines
88 B
C
#ifndef __EEELF_H__
|
|
#define __EEELF_H__
|
|
|
|
u32 loadElfFile(char *filename);
|
|
|
|
#endif
|