]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - plugins/entity/light.h
some updates to the Linux build system - obtained a core binary and all required...
[xonotic/netradiant.git] / plugins / entity / light.h
1 \r
2 /*\r
3 Copyright (C) 1999-2007 id Software, Inc. and contributors.\r
4 For a list of contributors, see the accompanying CONTRIBUTORS file.\r
5 \r
6 This file is part of GtkRadiant.\r
7 \r
8 GtkRadiant is free software; you can redistribute it and/or modify\r
9 it under the terms of the GNU General Public License as published by\r
10 the Free Software Foundation; either version 2 of the License, or\r
11 (at your option) any later version.\r
12 \r
13 GtkRadiant is distributed in the hope that it will be useful,\r
14 but WITHOUT ANY WARRANTY; without even the implied warranty of\r
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
16 GNU General Public License for more details.\r
17 \r
18 You should have received a copy of the GNU General Public License\r
19 along with GtkRadiant; if not, write to the Free Software\r
20 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\r
21 */\r
22 \r
23 bool Entity_IsLight(entity_t *e);\r
24 void Light_OnKeyValueChanged(entity_t *e, const char *key, const char* value);\r
25 void DrawLight(entity_t* e, int nGLState, int pref, int nViewType);\r
26 \r