1/*
2 * LegacyClonk
3 *
4 * Copyright (c) 2022, The LegacyClonk Team and contributors
5 *
6 * Distributed under the terms of the ISC license; see accompanying file
7 * "COPYING" for details.
8 *
9 * "Clonk" is a registered trademark of Matthes Bender, used with permission.
10 * See accompanying file "TRADEMARK" for details.
11 *
12 * To redistribute this file separately, substitute the full license texts
13 * for the above references.
14 */
15
16#pragma once
17
18class C4AudioSystem;
19class C4AulFunc;
20class C4Def;
21class C4DefList;
22class C4Facet;
23class C4FacetEx;
24class C4FacetExSurface;
25class C4Fixed;
26class C4Game;
27class C4Graph;
28class C4Group;
29class C4Material;
30class C4MaterialMap;
31class C4Object;
32class C4ObjectList;
33class C4PathFinder;
34class C4Player;
35class C4Surface;
36class C4TextureMap;
37class CMarkup;
38class CStdFont;
39class CStdGLCtx;
40class CStdVectorFont;
41class CSurface8;
42class StdBuf;
43class StdCompiler;
44class StdStrBuf;
45