mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 09:00:54 +00:00
format
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@212 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -11,6 +11,6 @@ namespace MwOO {
|
|||||||
void SetPixmap(void* value);
|
void SetPixmap(void* value);
|
||||||
void* GetPixmap(void);
|
void* GetPixmap(void);
|
||||||
};
|
};
|
||||||
}
|
} // namespace MwOO
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ namespace MwOO {
|
|||||||
void SetPixmap(void* value);
|
void SetPixmap(void* value);
|
||||||
void* GetPixmap(void);
|
void* GetPixmap(void);
|
||||||
};
|
};
|
||||||
}
|
} // namespace MwOO
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ namespace MwOO {
|
|||||||
void SetPixmap(void* value);
|
void SetPixmap(void* value);
|
||||||
void* GetPixmap(void);
|
void* GetPixmap(void);
|
||||||
};
|
};
|
||||||
}
|
} // namespace MwOO
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -20,6 +20,6 @@ namespace MwOO {
|
|||||||
void SetOrientation(int value);
|
void SetOrientation(int value);
|
||||||
int GetOrientation(void);
|
int GetOrientation(void);
|
||||||
};
|
};
|
||||||
}
|
} // namespace MwOO
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user