summaryrefslogtreecommitdiff
path: root/include/CommonAPI/CommonAPI.hpp
blob: 21f224fb1824b83282e623ddc12ac7dfdf76cee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Copyright (C) 2013-2020 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

#ifndef COMMONAPI_HPP_
#define COMMONAPI_HPP_

#ifndef COMMONAPI_INTERNAL_COMPILATION
#define COMMONAPI_INTERNAL_COMPILATION
#define HAS_DEFINED_COMMONAPI_INTERNAL_COMPILATION_HERE
#endif

#include "Address.hpp"
#include "Attribute.hpp"
#include "AttributeExtension.hpp"
#include "ByteBuffer.hpp"
#include "MainLoopContext.hpp"
#include "Runtime.hpp"
#include "Types.hpp"

#ifdef HAS_DEFINED_COMMONAPI_INTERNAL_COMPILATION_HERE
#undef COMMONAPI_INTERNAL_COMPILATION
#undef HAS_DEFINED_COMMONAPI_INTERNAL_COMPILATION_HERE
#endif

#endif // COMMONAPI_HPP_