anotherim-desktop/plugins/windows-notification/api/include/winrt.h

14 lines
128 B
C
Raw Normal View History

2021-03-26 11:22:55 +00:00
#pragma once
#include <glib.h>
#ifdef __cplusplus
extern "C"
{
#endif
gboolean Initialize();
#ifdef __cplusplus
}
#endif