#pragma once #include #include std::map textureDict = { {0, "assets/water.png"}, {1, "assets/dirt.png"}, {2, "assets/grass.png"} };