/* * PlatformDefines.h * Brogue * * Created by Brian Walker on 5/22/10. * Copyright 2010. All rights reserved. * * This file is part of Brogue. * * Brogue is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Brogue is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Brogue. If not, see . */ // Any platform-dependent defines that must be accessible in the game code // should go in here. #define BROGUE_LIBTCOD #define PLAY_AGAIN_STRING "Press space to play again."