add receaver lat/lon
This commit is contained in:
@@ -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}; }
|
||||
|
||||
Reference in New Issue
Block a user