mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-18 03:27:03 +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();
|