added these master include files for better R5 compatibility when compiling
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1616 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Master include file for the App Kit.
|
||||
*
|
||||
*/
|
||||
#include <AppDefs.h>
|
||||
#include <Application.h>
|
||||
#include <Clipboard.h>
|
||||
#include <Handler.h>
|
||||
#include <Invoker.h>
|
||||
#include <Looper.h>
|
||||
#include <Message.h>
|
||||
#include <MessageFilter.h>
|
||||
#include <MessageQueue.h>
|
||||
#include <MessageRunner.h>
|
||||
#include <Messenger.h>
|
||||
#include <PropertyInfo.h>
|
||||
#include <Roster.h>
|
||||
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* All-in-one include file for the entire system.
|
||||
*
|
||||
*/
|
||||
#include <AppKit.h>
|
||||
#include <DeviceKit.h>
|
||||
#include <GameKit.h>
|
||||
#include <InterfaceKit.h>
|
||||
#include <KernelKit.h>
|
||||
#include <MediaKit.h>
|
||||
#include <MidiKit.h>
|
||||
#include <NetKit.h>
|
||||
#include <StorageKit.h>
|
||||
#include <SupportKit.h>
|
||||
#include <TranslationKit.h>
|
||||
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Master include file for the Device Kit.
|
||||
*
|
||||
*/
|
||||
#include <A2D.h>
|
||||
#include <D2A.h>
|
||||
#include <DigitalPort.h>
|
||||
#include <Joystick.h>
|
||||
#include <SerialPort.h>
|
||||
#include <graphic_driver.h>
|
||||
/*
|
||||
#include <perfmon_cpu.h>
|
||||
#include <scsi.h>
|
||||
#include <scsiprobe_driver.h>
|
||||
*/
|
||||
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Master include file for the Game Kit.
|
||||
*
|
||||
*/
|
||||
#include <WindowScreen.h>
|
||||
#include <DirectWindow.h>
|
||||
#include <FileGameSound.h>
|
||||
#include <GameSound.h>
|
||||
#include <GameSoundDefs.h>
|
||||
#include <PushGameSound.h>
|
||||
#include <SimpleGameSound.h>
|
||||
#include <StreamingGameSound.h>
|
||||
@@ -0,0 +1,46 @@
|
||||
/*
|
||||
* Master include file for the Interface Kit.
|
||||
*
|
||||
* <UnicodeBlockObjects.h> is not included on purpose.
|
||||
*/
|
||||
#include <Alert.h>
|
||||
#include <Bitmap.h>
|
||||
#include <Box.h>
|
||||
#include <Button.h>
|
||||
#include <CheckBox.h>
|
||||
#include <ColorControl.h>
|
||||
#include <Control.h>
|
||||
#include <Dragger.h>
|
||||
#include <Font.h>
|
||||
#include <GraphicsDefs.h>
|
||||
#include <Input.h>
|
||||
#include <InterfaceDefs.h>
|
||||
#include <ListItem.h>
|
||||
#include <ListView.h>
|
||||
#include <Menu.h>
|
||||
#include <MenuBar.h>
|
||||
#include <MenuField.h>
|
||||
#include <MenuItem.h>
|
||||
#include <OutlineListView.h>
|
||||
#include <Picture.h>
|
||||
#include <PictureButton.h>
|
||||
#include <Point.h>
|
||||
#include <Polygon.h>
|
||||
#include <PopUpMenu.h>
|
||||
#include <PrintJob.h>
|
||||
#include <RadioButton.h>
|
||||
#include <Rect.h>
|
||||
#include <Region.h>
|
||||
#include <Screen.h>
|
||||
#include <ScrollBar.h>
|
||||
#include <ScrollView.h>
|
||||
#include <Shape.h>
|
||||
#include <Shelf.h>
|
||||
#include <Slider.h>
|
||||
#include <StatusBar.h>
|
||||
#include <StringView.h>
|
||||
#include <TabView.h>
|
||||
#include <TextControl.h>
|
||||
#include <TextView.h>
|
||||
#include <View.h>
|
||||
#include <Window.h>
|
||||
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Master include file for the Kernel Kit.
|
||||
*
|
||||
*/
|
||||
#include <OS.h>
|
||||
#include <debugger.h>
|
||||
#include <fs_attr.h>
|
||||
#include <fs_index.h>
|
||||
#include <fs_info.h>
|
||||
#include <fs_query.h>
|
||||
#include <image.h>
|
||||
#include <scheduler.h>
|
||||
@@ -0,0 +1,5 @@
|
||||
/*
|
||||
* Master include file for the Mail Kit.
|
||||
*
|
||||
*/
|
||||
#include <E-mail.h>
|
||||
@@ -0,0 +1,29 @@
|
||||
/*
|
||||
* Master include file for the Media Kit.
|
||||
*
|
||||
*/
|
||||
#include <Buffer.h>
|
||||
#include <BufferConsumer.h>
|
||||
#include <BufferGroup.h>
|
||||
#include <BufferProducer.h>
|
||||
#include <Controllable.h>
|
||||
#include <FileInterface.h>
|
||||
#include <MediaAddOn.h>
|
||||
#include <MediaDefs.h>
|
||||
#include <MediaEventLooper.h>
|
||||
#include <MediaFile.h>
|
||||
#include <MediaFiles.h>
|
||||
#include <MediaFormats.h>
|
||||
#include <MediaNode.h>
|
||||
#include <MediaRoster.h>
|
||||
#include <MediaTheme.h>
|
||||
#include <MediaTrack.h>
|
||||
#include <ParameterWeb.h>
|
||||
#include <PlaySound.h>
|
||||
#include <RealtimeAlloc.h>
|
||||
#include <Sound.h>
|
||||
#include <SoundFile.h>
|
||||
#include <SoundPlayer.h>
|
||||
#include <TimeCode.h>
|
||||
#include <TimeSource.h>
|
||||
#include <TimedEventQueue.h>
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Master include file for the Midi Kit.
|
||||
*
|
||||
*/
|
||||
#include <Midi.h>
|
||||
#include <MidiDefs.h>
|
||||
#include <MidiPort.h>
|
||||
#include <MidiStore.h>
|
||||
#include <MidiSynth.h>
|
||||
#include <MidiSynthFile.h>
|
||||
#include <MidiText.h>
|
||||
#include <Samples.h>
|
||||
#include <Synth.h>
|
||||
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* Master include file for the Net Kit.
|
||||
*
|
||||
*/
|
||||
#include <net_settings.h>
|
||||
#include <netdb.h>
|
||||
#include <socket.h>
|
||||
#include <netinet/in.h>
|
||||
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Master include file for the Network Kit.
|
||||
*
|
||||
*/
|
||||
#include <socket.h>
|
||||
#include <NetAddress.h>
|
||||
#include <NetBuffer.h>
|
||||
#include <NetEndpoint.h>
|
||||
#include <NetDebug.h>
|
||||
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* Master include file for the Storage Kit.
|
||||
*
|
||||
*/
|
||||
#include <Alias.h>
|
||||
#include <AppFileInfo.h>
|
||||
#include <Directory.h>
|
||||
#include <Entry.h>
|
||||
#include <EntryList.h>
|
||||
#include <File.h>
|
||||
#include <FilePanel.h>
|
||||
#include <FindDirectory.h>
|
||||
#include <Mime.h>
|
||||
#include <Node.h>
|
||||
#include <NodeInfo.h>
|
||||
#include <NodeMonitor.h>
|
||||
#include <Path.h>
|
||||
#include <Query.h>
|
||||
#include <Resources.h>
|
||||
#include <ResourceStrings.h>
|
||||
#include <Statable.h>
|
||||
#include <StorageDefs.h>
|
||||
#include <SymLink.h>
|
||||
#include <Volume.h>
|
||||
#include <VolumeRoster.h>
|
||||
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* Master include file for the Support Kit.
|
||||
*
|
||||
*/
|
||||
#include <Archivable.h>
|
||||
#include <Autolock.h>
|
||||
#include <Beep.h>
|
||||
#include <BlockCache.h>
|
||||
#include <BufferIO.h>
|
||||
#include <ByteOrder.h>
|
||||
#include <ClassInfo.h>
|
||||
#include <DataIO.h>
|
||||
#include <Debug.h>
|
||||
#include <Errors.h>
|
||||
#include <Flattenable.h>
|
||||
#include <List.h>
|
||||
#include <Locker.h>
|
||||
#include <StopWatch.h>
|
||||
#include <String.h>
|
||||
#include <SupportDefs.h>
|
||||
#include <TypeConstants.h>
|
||||
#include <UTF8.h>
|
||||
#include <syslog.h>
|
||||
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Master include file for the Translation Kit.
|
||||
*
|
||||
* <TranslatorAddOn.h> not included, as it's only required when building an add-on
|
||||
*/
|
||||
#include <BitmapStream.h>
|
||||
#include <TranslationDefs.h>
|
||||
#include <TranslationErrors.h>
|
||||
#include <TranslationUtils.h>
|
||||
#include <TranslatorFormats.h>
|
||||
#include <TranslatorRoster.h>
|
||||
#include <Translator.h>
|
||||
Reference in New Issue
Block a user