Cthulhu
0.2.10
Cthulhu compiler collection
stdafx.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: GPL-3.0-only
2
#pragma once
3
4
// IWYU pragma: begin_exports
5
6
// c/c++ stdlib
7
#include <csetjmp>
8
#include <iterator>
9
#include <string>
10
#include <string_view>
11
#include <vector>
12
#include <map>
13
#include <unordered_set>
14
#include <unordered_map>
15
#include <filesystem>
16
17
// dear imgui + widgets
18
#include "imgui.h"
19
#include "imgui_internal.h"
20
#include "imgui/misc/cpp/imgui_stdlib.h"
21
#include "implot.h"
22
#include "imfilebrowser.h"
23
#include "imgui_memory_editor.h"
24
25
// drawing
26
#include "
draw/draw.hpp
"
27
28
// IWYU pragma: end_exports
draw.hpp
frontend
gui
editor
src
stdafx.hpp
Generated by
1.9.1