2002-10-23 17:48:14 +04:00
|
|
|
/*
|
|
|
|
* All-in-one include file for the entire system.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
#include <AppKit.h>
|
|
|
|
#include <DeviceKit.h>
|
|
|
|
#include <GameKit.h>
|
|
|
|
#include <InterfaceKit.h>
|
|
|
|
#include <KernelKit.h>
|
2010-05-16 20:07:55 +04:00
|
|
|
#include <LocaleKit.h>
|
2002-10-23 17:48:14 +04:00
|
|
|
#include <MediaKit.h>
|
|
|
|
#include <MidiKit.h>
|
|
|
|
#include <NetKit.h>
|
|
|
|
#include <StorageKit.h>
|
|
|
|
#include <SupportKit.h>
|
|
|
|
#include <TranslationKit.h>
|