add receaver lat/lon

This commit is contained in:
2026-08-04 18:02:10 +02:00
parent 50e42ad0c2
commit 8e627364cb
51 changed files with 25437 additions and 14 deletions
+2 -1
View File
@@ -40,9 +40,10 @@ int init() {
SDL_CreateWindow(program_name, mode->w, mode->h, SDL_WINDOW_FULLSCREEN);
main_sdl_session.renderer =
SDL_CreateRenderer(main_sdl_session.window, "gpu,vulcan");
curl = curl_easy_init();
return 0;
curl = curl_easy_init();
}
std::tuple<uint16_t, uint16_t> get_screen_size() { return {mode->w, mode->h}; }