mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
3cb845283e
Make Haiku headers a bit more friendly to binding generators by: - Giving some `enum`s names (especially those that appear in default arguments). - Converting an internal `inline` function into a macro so that the result could be evaluated in compile time. Change-Id: I770674ad8fa7b24ac30b6b447d52a4b4c2530b8a Reviewed-on: https://review.haiku-os.org/c/haiku/+/6716 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com>
25 lines
489 B
C
25 lines
489 B
C
/*
|
|
* 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 <StringList.h>
|
|
#include <SupportDefs.h>
|
|
#include <TypeConstants.h>
|
|
#include <UTF8.h>
|
|
#include <syslog.h>
|