mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 14:00:29 +00:00
lib-vt: boilerplate to build a shared object
This commit is contained in:
14
include/ghostty-vt.h
Normal file
14
include/ghostty-vt.h
Normal 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 */
|
||||
Reference in New Issue
Block a user