diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-22 20:35:22 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-22 20:35:22 -0700 |
commit | f674c4a51d760722867070defed638f246d79205 (patch) | |
tree | d1273d162f19d8c3c12cdbd44644bc88f070fc94 | |
parent | aa0bb974d39b1025c577fe80098285aed3d284d4 (diff) | |
download | mu-f674c4a51d760722867070defed638f246d79205.tar.gz |
1143
-rw-r--r-- | cpp/termbox/output.inl (renamed from cpp/termbox/term.inl) | 0 | ||||
-rw-r--r-- | cpp/termbox/termbox.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cpp/termbox/term.inl b/cpp/termbox/output.inl index 2018d298..2018d298 100644 --- a/cpp/termbox/term.inl +++ b/cpp/termbox/output.inl diff --git a/cpp/termbox/termbox.c b/cpp/termbox/termbox.c index 303fb33e..616a2539 100644 --- a/cpp/termbox/termbox.c +++ b/cpp/termbox/termbox.c @@ -17,7 +17,7 @@ int snprintf(char *str, size_t size, const char *format, ...); // until we enab #include "termbox.h" #include "bytebuffer.inl" -#include "term.inl" +#include "output.inl" #include "input.inl" struct cellbuf { |