Remove noreturns from functions that throw
[d2df-sdl.git] / src / nogl / noGLuses.inc
blob6b95fb0e2aee5af36c547f4d68effd3ae7144f62
1 (* Copyright (C) 2016 - The Doom2D.org team & involved community members <http://www.doom2d.org>.
2  * This file is part of Doom2D Forever.
3  *
4  * This program is free software: you can redistribute it and/or modify it under the terms of
5  * the GNU General Public License as published by the Free Software Foundation, version 3 of
6  * the License ONLY.
7  *
8  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
9  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10  * See the GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License along with this program.
13  * If not, see <http://www.gnu.org/licenses/>.
14  *)
16 {$IF DEFINED(USE_GLES1) OR DEFINED(USE_GLSTUB)}
17   {$UNDEF NOGL_LISTS}
18   {$DEFINE NOGL_INIT}
19   noGL in '../nogl/noGL.pas',
20 {$ENDIF}
21 {$IFDEF USE_OPENGL}
22   {$DEFINE NOGL_LISTS}
23   GL, GLExt,
24 {$ENDIF}