File indexing completed on 2024-04-28 04:05:02

0001 /*
0002     SPDX-FileCopyrightText: 2010 Stefan Majewsky <majewsky@gmx.net>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-only
0005 */
0006 
0007 // This file is needed because the <KGameSound> header needs to link to
0008 // "../kgameaudioscene.h" instead of "../audio/kgameaudioscene.h".
0009 
0010 #ifndef LIBKDEGAMEG_KGAMEAUDIOSCENE_H
0011 #define LIBKDEGAMEG_KGAMEAUDIOSCENE_H
0012 
0013 #include "audio/kgameaudioscene.h"
0014 
0015 #endif