[BACK]Return to PlatformDefines.h CVS log [TXT][DIR] Up to [contributed] / brogue-ce / src / platform

Annotation of brogue-ce/src/platform/PlatformDefines.h, Revision 1.1

1.1     ! rubenllo    1: /*
        !             2:  *  PlatformDefines.h
        !             3:  *  Brogue
        !             4:  *
        !             5:  *  Created by Brian Walker on 5/22/10.
        !             6:  *  Copyright 2010. All rights reserved.
        !             7:  *
        !             8:  *  This file is part of Brogue.
        !             9:  *
        !            10:  *  Brogue is free software: you can redistribute it and/or modify
        !            11:  *  it under the terms of the GNU General Public License as published by
        !            12:  *  the Free Software Foundation, either version 3 of the License, or
        !            13:  *  (at your option) any later version.
        !            14:  *
        !            15:  *  Brogue is distributed in the hope that it will be useful,
        !            16:  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
        !            17:  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        !            18:  *  GNU General Public License for more details.
        !            19:  *
        !            20:  *  You should have received a copy of the GNU General Public License
        !            21:  *  along with Brogue.  If not, see <http://www.gnu.org/licenses/>.
        !            22:  */
        !            23:
        !            24: // Any platform-dependent defines that must be accessible in the game code
        !            25: // should go in here.
        !            26:
        !            27: #define BROGUE_LIBTCOD
        !            28: #define PLAY_AGAIN_STRING   "Press space to play again."
        !            29:

CVSweb