mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 08:00:50 +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* GetPixmap(void);
|
||||
};
|
||||
}
|
||||
} // namespace MwOO
|
||||
|
||||
#endif
|
||||
|
||||
@@ -11,6 +11,6 @@ namespace MwOO {
|
||||
void SetPixmap(void* value);
|
||||
void* GetPixmap(void);
|
||||
};
|
||||
}
|
||||
} // namespace MwOO
|
||||
|
||||
#endif
|
||||
|
||||
@@ -9,6 +9,6 @@ namespace MwOO {
|
||||
public:
|
||||
Frame(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h);
|
||||
};
|
||||
}
|
||||
} // namespace MwOO
|
||||
|
||||
#endif
|
||||
|
||||
@@ -11,6 +11,6 @@ namespace MwOO {
|
||||
void SetPixmap(void* value);
|
||||
void* GetPixmap(void);
|
||||
};
|
||||
}
|
||||
} // namespace MwOO
|
||||
|
||||
#endif
|
||||
|
||||
@@ -10,6 +10,6 @@ namespace MwOO {
|
||||
Menu(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h);
|
||||
MwMenu Add(MwMenu menu, const char* name);
|
||||
};
|
||||
}
|
||||
} // namespace MwOO
|
||||
|
||||
#endif
|
||||
|
||||
@@ -12,6 +12,6 @@ namespace MwOO {
|
||||
void* GetProcAddress(const char* name);
|
||||
void SwapBuffer(void);
|
||||
};
|
||||
}
|
||||
} // namespace MwOO
|
||||
|
||||
#endif
|
||||
|
||||
@@ -20,6 +20,6 @@ namespace MwOO {
|
||||
void SetOrientation(int value);
|
||||
int GetOrientation(void);
|
||||
};
|
||||
}
|
||||
} // namespace MwOO
|
||||
|
||||
#endif
|
||||
|
||||
@@ -10,6 +10,6 @@ namespace MwOO {
|
||||
SubMenu(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h);
|
||||
void Appear(MwMenu menu, MwPoint* point);
|
||||
};
|
||||
}
|
||||
} // namespace MwOO
|
||||
|
||||
#endif
|
||||
|
||||
@@ -14,6 +14,6 @@ namespace MwOO {
|
||||
void* GetField(MwVulkanField field, MwErrorEnum* out);
|
||||
VkBool32 Supported(void);
|
||||
};
|
||||
}
|
||||
} // namespace MwOO
|
||||
|
||||
#endif
|
||||
|
||||
@@ -9,6 +9,6 @@ namespace MwOO {
|
||||
public:
|
||||
Window(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h);
|
||||
};
|
||||
}
|
||||
} // namespace MwOO
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user