Merge remote-tracking branch 'origin/v2-alpha' into v2-alpha

This commit is contained in:
Lea Anthony 2021-04-26 19:09:04 +10:00
commit b3c0cc86d3

View file

@ -1,6 +1,10 @@
#ifndef __FFENESTRI_H__
#define __FFENESTRI_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
struct Application;
@ -42,4 +46,8 @@ extern void UpdateTrayMenuLabel(struct Application*, const char* JSON);
extern void AddContextMenu(struct Application*, char *contextMenuJSON);
extern void UpdateContextMenu(struct Application*, char *contextMenuJSON);
#ifdef __cplusplus
}
#endif
#endif