Bitcoin Core  31.0.0
P2P Digital Currency
types.h
Go to the documentation of this file.
1 // Copyright (c) The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef EXAMPLE_TYPES_H
6 #define EXAMPLE_TYPES_H
7 
8 #include <calculator.capnp.proxy-types.h>
9 #include <printer.capnp.proxy-types.h>
10 
11 // IWYU pragma: begin_exports
12 #include <mp/type-context.h>
13 #include <mp/type-decay.h>
14 #include <mp/type-interface.h>
15 #include <mp/type-string.h>
16 #include <mp/type-threadmap.h>
17 // IWYU pragma: end_exports
18 
19 struct InitInterface; // IWYU pragma: export
20 struct CalculatorInterface; // IWYU pragma: export
21 struct PrinterInterface; // IWYU pragma: export
22 
23 #endif // EXAMPLE_TYPES_H