#pragma once #include "pch.h" struct Point { uint32_t row; uint32_t col; };