lots of stubbing so window will kind of compile for embedded

This commit is contained in:
Mitchell Hashimoto
2023-02-17 08:49:43 -08:00
parent eed6979868
commit 085d462a68
4 changed files with 103 additions and 25 deletions

View File

@@ -44,6 +44,7 @@ void ghostty_config_finalize(ghostty_config_t);
ghostty_app_t ghostty_app_new(ghostty_runtime_config_s *, ghostty_config_t);
void ghostty_app_free(ghostty_app_t);
int ghostty_app_tick(ghostty_app_t);
#ifdef __cplusplus
}