mirror of
https://github.com/odamex/odamex
synced 2026-08-19 02:23:09 -04:00
35 lines
1 KiB
C++
35 lines
1 KiB
C++
// Emacs style mode select -*- C++ -*-
|
|
//-----------------------------------------------------------------------------
|
|
//
|
|
// $Id$
|
|
//
|
|
// Copyright (C) 1998-2011 by Randy Heit (ZDoom 1.22).
|
|
// Copyright (C) 2006-2026 by The Odamex Team.
|
|
//
|
|
// This program 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 2
|
|
// of the License, or (at your option) any later version.
|
|
//
|
|
// This program 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.
|
|
//
|
|
// DESCRIPTION:
|
|
// GSTRINGS Define
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
#pragma once
|
|
|
|
#include "stringtable.h"
|
|
#include "stringenums.h"
|
|
|
|
extern StringTable GStrings;
|
|
|
|
// QuitDOOM messages
|
|
#define NUM_QUITMESSAGES 15
|
|
|
|
extern const char *endmsg[];
|