diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-05-30 22:16:12 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-05-30 22:16:12 +0200 |
| commit | 0df4e501aee0eeaec61217312eddddc077ca53a7 (patch) | |
| tree | 5b28cfe93cd19714bf3d24123279c089bf2d777a /arch/dummy/arch_plots.cpp | |
| parent | 2fc73d820d0442ab813c1ac11dff6d7cb1d8f50b (diff) | |
Reorganize source files in single directory
Diffstat (limited to 'arch/dummy/arch_plots.cpp')
| -rw-r--r-- | arch/dummy/arch_plots.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/dummy/arch_plots.cpp b/arch/dummy/arch_plots.cpp new file mode 100644 index 0000000..3631339 --- /dev/null +++ b/arch/dummy/arch_plots.cpp @@ -0,0 +1,2 @@ +std::array<const char *, 0> g_arch_traces; +std::array<Plot, 0> g_arch_plots; |
