Update JavaBridge.h
Add space after single line comments and add newline
This commit is contained in:
parent
c1f914a974
commit
dfe0957988
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue