Inkay/src/Notification.h

7 lines
147 B
C
Raw Normal View History

2023-03-23 12:57:15 +11:00
#pragma once
void ShowNotification(const char * notification);
void StartNotificationThread(const char * value);
void StopNotificationThread();