14 lines
269 B
C++
14 lines
269 B
C++
/*
|
|
* 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/";
|
|
|
|
}
|