7 lines
78 B
C
7 lines
78 B
C
#ifndef SNES_H
|
|
#define SNES_H
|
|
|
|
uint8_t* snes_get_header(fileTYPE *f);
|
|
|
|
#endif
|