celestia/src/celscript/celx.h

18 lines
462 B
C

// celx.h
//
// Copyright (C) 2002 Chris Laurel <claurel@shatters.net>
//
// 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.
#ifndef CELSCRIPT_CELX_H_
#define CELSCRIPT_CELX_H_
#ifdef _WIN32
#pragma warning(disable : 4786)
#endif
#endif // CELSCRIPT_CELX_H_