mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 13:31:28 +01:00
13 lines
268 B
C
13 lines
268 B
C
|
/*
|
||
|
* 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>
|