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

6 lines
130 B
C
Raw Normal View History

2023-09-18 17:50:50 +00:00
#define API IMPORT
#include "v4k.h" // Minimal C sample
__declspec(dllexport) void test() {
ui_notify("dll test", "hello");
}