Update JavaBridge.h

Add space after single line comments and add newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-13 04:15:04 -06:00
parent c1f914a974
commit dfe0957988
1 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ public:
void GfxThreadDone(); void GfxThreadDone();
void SwapWindow(); void SwapWindow();
//Rom List // ROM List
void RomListReset(void); void RomListReset(void);
void RomListAddItem(const char * FullFileName, const char * FileName, const char * GoodName, uint32_t TextColor); void RomListAddItem(const char * FullFileName, const char * FileName, const char * GoodName, uint32_t TextColor);
void RomListLoaded(void); void RomListLoaded(void);