ysaie

31 / ⚧ / code, music, art, games

──────────────────────────────
🌸 many-shaped creature
✨ too many projects
🚀 cannot be stopped
🌙 stayed up too late
:eggbug: eggbug enjoyer
──────────────────────────────
header image: chapter 8 complete from celeste
avatar: made using this character builder


📩 email
contact@echowritescode.dev

#ifndef CRUCIBLE_CORE_HPP
#define CRUCIBLE_CORE_HPP

#include "crucible/core/arrays.hpp"
#include "crucible/core/assert.hpp"
#include "crucible/core/backtrace.hpp"
#include "crucible/core/demangle.hpp"
#include "crucible/core/filesystem.hpp"
#include "crucible/core/format.hpp"
#include "crucible/core/iterators.hpp"
#include "crucible/core/math.hpp"
#include "crucible/core/memory.hpp"
#include "crucible/core/result.hpp"
#include "crucible/core/strings.hpp"
#include "crucible/core/system_error.hpp"
#include "crucible/core/target_system.hpp"
#include "crucible/core/unicode.hpp"
#include "crucible/core/utility.hpp"

#endif // CRUCIBLE_CORE_HPP
╭ ysaie@aerie → ~/Repositories/crucible
╰ λ find . -name '*.hpp' -o -name '*.cpp' -o -name '*.inl' | xargs wc -l | sort -k1n | tail -n 1
   14223 total
╭ ysaie@aerie → ~/Repositories/crucible
╰ λ find . -name '*.hpp' -o -name '*.cpp' -o -name '*.inl' | wc -l
      78

You must log in to comment.