#ifndef GHOSTTY_H
#define GHOSTTY_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
uint64_t ghostty_hello(void);
}
#endif /* GHOSTTY_H */