retdec-cpp
fwd_decls.h
Go to the documentation of this file.
1 
12 #ifndef RETDEC_FWD_DECLS_H
13 #define RETDEC_FWD_DECLS_H
14 
15 namespace retdec {
16 
17 class Decompilation;
18 class DecompilationArguments;
19 class Decompiler;
20 class File;
21 class Settings;
22 
23 } // namespace retdec
24 
25 #endif
The namespace of the library.
Definition: doxygen.h:8