mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-04 18:36:31 -05:00
Remove unnecessary new lines, changed Deinit to Shutdown
This commit is contained in:
@@ -44,7 +44,7 @@ void ToggleServer(bool status);
|
||||
void Init();
|
||||
|
||||
/// Stop gdbstub server.
|
||||
void Deinit();
|
||||
void Shutdown();
|
||||
|
||||
/// Returns true if there is an active socket connection.
|
||||
bool IsConnected();
|
||||
|
Reference in New Issue
Block a user