mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-05-06 13:06:09 -05:00
7 lines
266 B
C++
7 lines
266 B
C++
#pragma once
|
|
|
|
#include <string_view>
|
|
|
|
bool DisplayInfoNotificationMessage(std::string_view text, float duration);
|
|
bool DisplayErrorNotificationMessage(std::string_view text, float duration);
|
|
bool DisplayWarnNotificationMessage(std::string_view text, float duration); |