introduce MWAPI

This commit is contained in:
Nishi 2026-04-22 12:05:49 +09:00
commit 2dd2c3870f
41 changed files with 189 additions and 166 deletions

View file

@ -2,13 +2,13 @@
MwWidget wmain;
void destroy(MwWidget handle, void* user, void* call) {
void MWAPI destroy(MwWidget handle, void* user, void* call) {
(void)handle;
(void)call;
MwDestroyWidget(user);
}
void activate(MwWidget handle, void* user, void* call) {
void MWAPI activate(MwWidget handle, void* user, void* call) {
char msg[256];
MwWidget msgbox;