Skip to content

Commit

Permalink
Add fscompat.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bearoso committed Mar 7, 2023
1 parent 600b628 commit dead0a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions display.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ void S9xToggleSoundChannel (int);
bool8 S9xOpenSnapshotFile (const char *, bool8, STREAM *);
void S9xCloseSnapshotFile (STREAM);
const char * S9xStringInput (const char *);
std::string S9xGetDirectory (enum s9x_getdirtype);
std::string S9xGetFilenameInc (std::string, enum s9x_getdirtype);
std::string S9xBasename (std::string);
std::string S9xBasenameNoExt (std::string);

// Routines the port has to implement if it uses command-line

Expand Down

0 comments on commit dead0a7

Please sign in to comment.