git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@212 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-08 09:42:51 +00:00
parent 39fdd51efc
commit b07ee601cd
12 changed files with 89 additions and 89 deletions

View File

@@ -11,6 +11,6 @@ namespace MwOO {
void SetPixmap(void* value); void SetPixmap(void* value);
void* GetPixmap(void); void* GetPixmap(void);
}; };
} } // namespace MwOO
#endif #endif

View File

@@ -11,6 +11,6 @@ namespace MwOO {
void SetPixmap(void* value); void SetPixmap(void* value);
void* GetPixmap(void); void* GetPixmap(void);
}; };
} } // namespace MwOO
#endif #endif

View File

@@ -9,6 +9,6 @@ namespace MwOO {
public: public:
Frame(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h); Frame(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h);
}; };
} } // namespace MwOO
#endif #endif

View File

@@ -11,6 +11,6 @@ namespace MwOO {
void SetPixmap(void* value); void SetPixmap(void* value);
void* GetPixmap(void); void* GetPixmap(void);
}; };
} } // namespace MwOO
#endif #endif

View File

@@ -10,6 +10,6 @@ namespace MwOO {
Menu(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h); Menu(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h);
MwMenu Add(MwMenu menu, const char* name); MwMenu Add(MwMenu menu, const char* name);
}; };
} } // namespace MwOO
#endif #endif

View File

@@ -12,6 +12,6 @@ namespace MwOO {
void* GetProcAddress(const char* name); void* GetProcAddress(const char* name);
void SwapBuffer(void); void SwapBuffer(void);
}; };
} } // namespace MwOO
#endif #endif

View File

@@ -20,6 +20,6 @@ namespace MwOO {
void SetOrientation(int value); void SetOrientation(int value);
int GetOrientation(void); int GetOrientation(void);
}; };
} } // namespace MwOO
#endif #endif

View File

@@ -10,6 +10,6 @@ namespace MwOO {
SubMenu(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h); SubMenu(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h);
void Appear(MwMenu menu, MwPoint* point); void Appear(MwMenu menu, MwPoint* point);
}; };
} } // namespace MwOO
#endif #endif

View File

@@ -14,6 +14,6 @@ namespace MwOO {
void* GetField(MwVulkanField field, MwErrorEnum* out); void* GetField(MwVulkanField field, MwErrorEnum* out);
VkBool32 Supported(void); VkBool32 Supported(void);
}; };
} } // namespace MwOO
#endif #endif

View File

@@ -9,6 +9,6 @@ namespace MwOO {
public: public:
Window(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h); Window(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h);
}; };
} } // namespace MwOO
#endif #endif