git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@36 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-29 00:04:04 +00:00
parent 4910b4d1d8
commit b490488422
19 changed files with 253 additions and 253 deletions

View File

@@ -2,14 +2,14 @@
#ifndef __MILSKO_STRINGDEFS_H__
#define __MILSKO_STRINGDEFS_H__
#define MilskoNx "Ix"
#define MilskoNy "Iy"
#define MilskoNwidth "Iwidth"
#define MilskoNheight "Iheight"
#define MwNx "Ix"
#define MwNy "Iy"
#define MwNwidth "Iwidth"
#define MwNheight "Iheight"
#define MilskoNtitle "Stitle"
#define MilskoNbackground "Sbackground"
#define MwNtitle "Stitle"
#define MwNbackground "Sbackground"
#define MilskoNactivateHandler "Cactivate"
#define MwNactivateHandler "Cactivate"
#endif