git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@109 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-01 16:58:52 +00:00
parent 4dc4093119
commit 5f5bb524ac
2 changed files with 11 additions and 4 deletions

View File

@@ -76,7 +76,8 @@ int main() {
MwMenuAdd(menu, NULL, "test 2");
MwMenuAdd(menu, NULL, "test 3");
MwMenuAdd(menu, NULL, "test 4");
MwMenuAdd(menu, NULL, "test 5");
MwMenuAdd(menu, NULL, "?test 5");
MwMenuAdd(menu, NULL, "test 6");
MwLoop(window);
}