Update JavaBridge.h
Add space after single line comments and add newline
This commit is contained in:
parent
c1f914a974
commit
dfe0957988
|
@ -11,18 +11,18 @@ class JavaBridge :
|
||||||
public:
|
public:
|
||||||
JavaBridge(JavaVM* vm);
|
JavaBridge(JavaVM* vm);
|
||||||
|
|
||||||
//Render window functions
|
// Render window functions
|
||||||
void GfxThreadInit();
|
void GfxThreadInit();
|
||||||
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);
|
||||||
void RecentRomsUpdated(void);
|
void RecentRomsUpdated(void);
|
||||||
|
|
||||||
//Notification
|
// Notification
|
||||||
void DisplayError(const char * Message);
|
void DisplayError(const char * Message);
|
||||||
void DisplayMessage(const char * Message, int DisplayTime);
|
void DisplayMessage(const char * Message, int DisplayTime);
|
||||||
void DisplayMessage2(const char * Message);
|
void DisplayMessage2(const char * Message);
|
||||||
|
@ -39,4 +39,4 @@ private:
|
||||||
jclass m_NotifierClass;
|
jclass m_NotifierClass;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue