funny demo

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@59 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-29 06:40:08 +00:00
parent 29b344f831
commit db84c794c7
6 changed files with 122 additions and 4 deletions

View File

@@ -8,6 +8,8 @@
#define MwDispatch(x, y) \
if(x->widget_class != NULL && x->widget_class->y != NULL) x->widget_class->y(x)
#define MwWaitMS 5
#ifdef __cplusplus
extern "C" {
#endif