mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-06 04:55:07 +01:00
7 lines
186 B
C++
7 lines
186 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
bool DisplayInfoNotificationMessage(std::string_view text, float duration);
|
|
|
|
bool DisplayErrorNotificationMessage(std::string_view text, float duration); |