anotherim-desktop/plugins/windows-notification/api/include/winrt.h
2021-06-09 07:19:08 -03:00

14 lines
128 B
C

#pragma once
#include <glib.h>
#ifdef __cplusplus
extern "C"
{
#endif
gboolean Initialize();
#ifdef __cplusplus
}
#endif