Files
milsko/include/Mw/Milsko.h
NishiOwO 3f4a813115 wasnt needed
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@694 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-11-13 14:59:12 +00:00

53 lines
1.2 KiB
C

/* $Id$ */
/*!
* @file Mw/Milsko.h
* @brief Includes all headers
*/
#ifndef __MW_MILSKO_H__
#define __MW_MILSKO_H__
#include <Mw/MachDep.h>
#include <Mw/LowLevel.h>
#include <Mw/StringDefs.h>
#include <Mw/TypeDefs.h>
#include <Mw/Core.h>
#include <Mw/Default.h>
#include <Mw/Font.h>
#include <Mw/Error.h>
#include <Mw/Constants.h>
#include <Mw/Unicode.h>
#include <Mw/String.h>
#include <Mw/Draw.h>
#include <Mw/Version.h>
#include <Mw/Abstract/Dynamic.h>
#include <Mw/Abstract/Directory.h>
#include <Mw/Abstract/Time.h>
#include <Mw/Resource/Icon.h>
#include <Mw/Resource/Cursor.h>
#include <Mw/Resource/Font.h>
#include <Mw/Dialog/MessageBox.h>
#include <Mw/Dialog/FileChooser.h>
#include <Mw/Dialog/ColorPicker.h>
#include <Mw/Widget/Window.h>
#include <Mw/Widget/Menu.h>
#include <Mw/Widget/SubMenu.h>
#include <Mw/Widget/Button.h>
#include <Mw/Widget/Label.h>
#include <Mw/Widget/CheckBox.h>
#include <Mw/Widget/Frame.h>
#include <Mw/Widget/Image.h>
#include <Mw/Widget/Entry.h>
#include <Mw/Widget/ScrollBar.h>
#include <Mw/Widget/NumberEntry.h>
#include <Mw/Widget/Viewport.h>
#include <Mw/Widget/ListBox.h>
#include <Mw/Widget/ProgressBar.h>
#include <Mw/Widget/RadioBox.h>
#include <Mw/Widget/ComboBox.h>
#endif