Echo Writes Code

boot.hpp

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

#include "crucible/boot/main.hpp"
#include "crucible/boot/terminate_handler.hpp"

#endif // CRUCIBLE_BOOT_HPP