Echo Writes Code

windows.hpp

1
2
3
4
5
6
7
8
9
#ifndef CRUCIBLE_WINDOWS_HPP
#define CRUCIBLE_WINDOWS_HPP

#include "crucible/windows/backtrace.hpp"
#include "crucible/windows/errors.hpp"
#include "crucible/windows/fs.hpp"
#include "crucible/windows/transcoding.hpp"

#endif // CRUCIBLE_WINDOWS_HPP