mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 18:39:18 +02:00
Remove in header class prefix for function declaration
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
|||||||
run();
|
run();
|
||||||
// issues request for a worker thread to perform specified task. returns: true if task was scheduled
|
// issues request for a worker thread to perform specified task. returns: true if task was scheduled
|
||||||
|
|
||||||
void eu07_application::DiscordRPCService(); // discord rich presence service function (runs as separate thread)
|
void DiscordRPCService(); // discord rich presence service function (runs as separate thread)
|
||||||
bool
|
bool
|
||||||
request( python_taskqueue::task_request const &Task );
|
request( python_taskqueue::task_request const &Task );
|
||||||
// ensures the main thread holds the python gil and can safely execute python calls
|
// ensures the main thread holds the python gil and can safely execute python calls
|
||||||
|
|||||||
Reference in New Issue
Block a user