milsko/include/Mw/Milsko.h

24 lines
430 B
C
Raw Normal View History

/* $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/Draw.h>
#include <Mw/Font.h>
#include <Mw/Error.h>
#include <Mw/Window.h>
#include <Mw/Button.h>
#include <Mw/Frame.h>
#include <Mw/OpenGL.h>
#endif