File indexing completed on 2024-06-16 04:23:16

0001 /*
0002     SPDX-FileCopyrightText: 2008 Hamish Rodda <rodda@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-only
0005 */
0006 
0007 #ifndef KDEVPLATFORM_ALLTYPES_H
0008 #define KDEVPLATFORM_ALLTYPES_H
0009 
0010 #include "integraltype.h"
0011 #include "functiontype.h"
0012 #include "pointertype.h"
0013 #include "referencetype.h"
0014 #include "structuretype.h"
0015 #include "delayedtype.h"
0016 #include "arraytype.h"
0017 #include "enumerationtype.h"
0018 #include "enumeratortype.h"
0019 #include "typealiastype.h"
0020 #include "containertypes.h"
0021 
0022 #endif