basic stuff

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@11 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-28 08:37:12 +00:00
parent b12c08d2d3
commit 31e9818e42
9 changed files with 66 additions and 25 deletions

6
src/window.c Normal file
View File

@@ -0,0 +1,6 @@
/* $Id$ */
#include <Milsko/Milsko.h>
MilskoClassRec MilskoWindowClassRec = {
};
MilskoClass MilskoWindowClass = &MilskoWindowClassRec;