WiiUPluginLoaderBackend/source/NotificationsUtils.h
2023-08-16 11:03:28 +02:00

11 lines
243 B
C++

#pragma once
#include <string>
void StartNotificationThread();
void StopNotificationThread();
bool DisplayInfoNotificationMessage(std::string &text, float duration);
bool DisplayErrorNotificationMessage(std::string &text, float duration);