diff options
| author | anon | 2026-02-18 10:01:21 +0100 |
|---|---|---|
| committer | anon | 2026-02-18 10:01:21 +0100 |
| commit | 181baf15bc1f075cdf55b1bbe179c250148a2296 (patch) | |
| tree | e61fdc3c62eea874195a5c6f7d93c8b6cc6ebb24 /chad.h | |
| parent | 4419754108de67c2f2e9e895449bdadc770502c6 (diff) | |
| parent | 0d4fc3389b69b70048cd50e614cb9807469cdcd0 (diff) | |
| download | libchad-181baf15bc1f075cdf55b1bbe179c250148a2296.tar.xz libchad-181baf15bc1f075cdf55b1bbe179c250148a2296.tar.zst | |
Merge branch 'master' of https://github.com/BasedProject/libchad
Diffstat (limited to 'chad.h')
| -rw-r--r-- | chad.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,13 +1,16 @@ #ifndef CHAD_H #define CHAD_H // internal code -#include "chad/bits.h" -#include "chad/terminal.h" +#include "chad/experimental/bits.h" +#include "chad/experimental/terminal.h" #include "chad/dictate.h" #include "chad/qx.h" +#include "chad/terry.h" // external code #include "chad/sds.h" #include "chad/kvec.h" #include "chad/klist.h" #include "chad/remove_all.h" + +#endif |
