/* * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once namespace nostalgia::core { constexpr auto ModuleName = "NostalgiaCore"; constexpr auto TileSheetDir = "/TileSheets/"; constexpr auto PaletteDir = "/Palettes/"; }