mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-18 11:37:02 +02:00
7 lines
147 B
C
7 lines
147 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
void ShowNotification(const char * notification);
|
||
|
|
|
||
|
|
void StartNotificationThread(const char * value);
|
||
|
|
|
||
|
|
void StopNotificationThread();
|