| 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 | |
| 18 | class C4AudioSystem; |
| 19 | class C4AulFunc; |
| 20 | class C4Def; |
| 21 | class C4DefList; |
| 22 | class C4Facet; |
| 23 | class C4FacetEx; |
| 24 | class C4FacetExSurface; |
| 25 | class C4Fixed; |
| 26 | class C4Game; |
| 27 | class C4Graph; |
| 28 | class C4Group; |
| 29 | class C4Material; |
| 30 | class C4MaterialMap; |
| 31 | class C4Object; |
| 32 | class C4ObjectList; |
| 33 | class C4PathFinder; |
| 34 | class C4Player; |
| 35 | class C4Surface; |
| 36 | class C4TextureMap; |
| 37 | class CMarkup; |
| 38 | class CStdFont; |
| 39 | class CStdGLCtx; |
| 40 | class CStdVectorFont; |
| 41 | class CSurface8; |
| 42 | class StdBuf; |
| 43 | class StdCompiler; |
| 44 | class StdStrBuf; |
| 45 |