plugin api: add addNotificationV2
Allows for issuing fancy notifs via api
This commit is contained in:
parent
71a95a581f
commit
34da16b7e6
5 changed files with 79 additions and 10 deletions
11
src/SharedDefs.hpp
Normal file
11
src/SharedDefs.hpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
enum eIcons
|
||||
{
|
||||
ICON_WARNING = 0,
|
||||
ICON_INFO,
|
||||
ICON_HINT,
|
||||
ICON_ERROR,
|
||||
ICON_CONFUSED,
|
||||
ICON_NONE
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue