v4k-git-backup/demos/ctx/lib.c

6 lines
130 B
C

#define API IMPORT
#include "v4k.h" // Minimal C sample
__declspec(dllexport) void test() {
ui_notify("dll test", "hello");
}