12 lines
252 B
C
12 lines
252 B
C
#ifndef CXX_INCL_KINETICS
|
|
#define CXX_INCL_KINETICS
|
|
|
|
#include "thermo.h"
|
|
|
|
#include "kernel/Kinetics.h"
|
|
#include "kernel/InterfaceKinetics.h"
|
|
#include "kernel/GasKinetics.h"
|
|
#include "kernel/KineticsFactory.h"
|
|
#include "kernel/importKinetics.h"
|
|
|
|
#endif
|