ghostty/include/ghostty.h
Mitchell Hashimoto 8b80e65928 lots of broken stuff
2023-02-19 10:44:54 -08:00

19 lines
202 B
C

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