diff --git a/src/drawing.h b/src/drawing.h index 6bffdebe..8e876496 100644 --- a/src/drawing.h +++ b/src/drawing.h @@ -5,4 +5,4 @@ void DrawMessage(bool beforeMovie); void FCEU_DrawRecordingStatus(uint8* XBuf); void FCEU_DrawNumberRow(uint8 *XBuf, int *nstatus, int cur); void DrawTextTrans(uint8 *dest, uint32 width, uint8 *textmsg, uint8 fgcolor); -void DrawTextTransWH(uint8 *dest, uint32 width, uint8 *textmsg, uint8 fgcolor, int max_w, int max_h, int border); \ No newline at end of file +void DrawTextTransWH(uint8 *dest, uint32 width, uint8 *textmsg, uint8 fgcolor, int max_w, int max_h, int border); diff --git a/src/movie.h b/src/movie.h index 5be57d31..aca2d497 100644 --- a/src/movie.h +++ b/src/movie.h @@ -266,4 +266,4 @@ void LoadSubtitles(MovieData); void ProcessSubtitles(void); void FCEU_DisplaySubtitles(char *format, ...); -#endif //__MOVIE_H_ \ No newline at end of file +#endif //__MOVIE_H_ diff --git a/src/ppu.h b/src/ppu.h index c74a31d9..d2f519cd 100644 --- a/src/ppu.h +++ b/src/ppu.h @@ -37,4 +37,4 @@ enum PPUPHASE { PPUPHASE_VBL, PPUPHASE_BG, PPUPHASE_OBJ }; -extern PPUPHASE ppuphase; \ No newline at end of file +extern PPUPHASE ppuphase; diff --git a/src/state.cpp b/src/state.cpp index b0835988..9e82db40 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -1025,4 +1025,4 @@ void RedoLoadState() } redoLS = false; //Flag that RedoLoadState can not be run again undoLS = true; //Flag that LoadBackup can be run again -} \ No newline at end of file +} diff --git a/src/state.h b/src/state.h index f26ce956..1fab2151 100644 --- a/src/state.h +++ b/src/state.h @@ -73,4 +73,4 @@ extern bool redoSS; //redo savestate flag extern char lastLoadstateMade[2048]; //Filename of last state loaded extern bool undoLS; //undo loadstate flag extern bool redoLS; //redo savestate flag -bool CheckBackupSaveStateExist(); //Checks if backupsavestate exists \ No newline at end of file +bool CheckBackupSaveStateExist(); //Checks if backupsavestate exists