diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 16:15:27 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 16:15:27 +0100 |
| commit | ccacaf0582bcea4a71ec8247ade0fd75e4ca99bf (patch) | |
| tree | ded2c1096149fee09faa9707aef55fc2af4319f9 /include/config.hpp | |
| parent | 210404a73706993d197c1290d5a411394e176fbe (diff) | |
refactor library includes, build file
Diffstat (limited to 'include/config.hpp')
| -rw-r--r-- | include/config.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.hpp b/include/config.hpp index 75932fd..7650e75 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -16,8 +16,9 @@ #pragma once +#include <imgui/imgui.h> + #include "stdint.h" -#include "imgui.h" #define s8 int8_t #define s16 int16_t |
