lib-vt: boilerplate to build a shared object

This commit is contained in:
Mitchell Hashimoto
2025-09-23 12:33:22 -07:00
parent f97518cc10
commit b006101ddd
7 changed files with 116 additions and 1 deletions

14
include/ghostty-vt.h Normal file
View File

@@ -0,0 +1,14 @@
// libghostty-vt
#ifndef GHOSTTY_VT_H
#define GHOSTTY_VT_H
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif /* GHOSTTY_VT_H */