mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 14:24:10 +08:00
7 lines
165 B
C++
7 lines
165 B
C++
#pragma once
|
|
#include <SDL3/SDL.h>
|
|
#include <utility>
|
|
|
|
std::pair<int, int> physicalToLogical(const float screenX, const float screenY, SDL_Renderer* renderer);
|
|
|