Echo Writes Code

bolt.hpp

1
2
3
4
5
6
7
8
#ifndef CRUCIBLE_BOLT_HPP
#define CRUCIBLE_BOLT_HPP

#include "crucible/bolt/container.hpp"
#include "crucible/bolt/errors.hpp"
#include "crucible/bolt/read.hpp"

#endif // CRUCIBLE_BOLT_HPP