#ifndef GHOSTTY_H #define GHOSTTY_H #ifdef __cplusplus extern "C" { #endif #include #define GHOSTTY_SUCCESS 0 int ghostty_init(void); #ifdef __cplusplus } #endif #endif /* GHOSTTY_H */