Changeset 43 for trunk/orca/gl
- Timestamp:
- 02/11/06 21:47:05 (3 years ago)
- Location:
- trunk/orca/gl
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/gl/audio.c
r1 r43 1 1 //============================================================================ 2 2 // 3 // audio_openal_ve.cpp 4 // 5 // <game_name> 6 // Copyright (C) 2003 Karl Robillard 7 // 8 // <license> 3 // ORCA OpenAL Module 4 // Copyright (C) 2005-2006 Karl Robillard 5 // 6 // This library is free software; you can redistribute it and/or 7 // modify it under the terms of the GNU Lesser General Public 8 // License as published by the Free Software Foundation; either 9 // version 2.1 of the License, or (at your option) any later version. 10 // 11 // This library is distributed in the hope that it will be useful, 12 // but WITHOUT ANY WARRANTY; without even the implied warranty of 13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 // Lesser General Public License for more details. 15 // 16 // You should have received a copy of the GNU Lesser General Public 17 // License along with this library; if not, write to the Free Software 18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 9 19 // 10 20 //============================================================================ -
trunk/orca/gl/dlist.c
r33 r43 1 /*============================================================================ 2 ORCA OpenGL Module 3 Copyright (C) 2005-2006 Karl Robillard 4 5 This library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Lesser General Public 7 License as published by the Free Software Foundation; either 8 version 2.1 of the License, or (at your option) any later version. 9 10 This library is distributed in the hope that it will be useful, 11 but WITHOUT ANY WARRANTY; without even the implied warranty of 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 Lesser General Public License for more details. 14 15 You should have received a copy of the GNU Lesser General Public 16 License along with this library; if not, write to the Free Software 17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 ===========================================================================*/ 1 19 2 20 -
trunk/orca/gl/main.c
r1 r43 1 1 /*============================================================================ 2 ORCA - A REBOLInterpreter3 Copyright (C) 2005 Karl Robillard2 ORCA Interpreter 3 Copyright (C) 2005-2006 Karl Robillard 4 4 5 5 This library is free software; you can redistribute it and/or -
trunk/orca/gl/res.c
r1 r43 1 1 /*============================================================================ 2 ORCA - A REBOLInterpreter3 Copyright (C) 2005 Karl Robillard2 ORCA Interpreter 3 Copyright (C) 2005-2006 Karl Robillard 4 4 5 5 This library is free software; you can redistribute it and/or
