Echo Writes Code

process.hpp

1
2
3
4
5
6
7
#ifndef CRUCIBLE_PROCESS_HPP
#define CRUCIBLE_PROCESS_HPP

#include "crucible/process/backtrace.hpp"
#include "crucible/process/errors.hpp"

#endif // CRUCIBLE_PROCESS_HPP