ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FastOpenGlDisplayer/interface/glut.h
Revision: 1.1
Committed: Fri Mar 21 14:40:46 2008 UTC (17 years, 1 month ago) by roberfro
Content type: text/plain
Branch: MAIN
CVS Tags: Version_0_26, Version_0_25, Version_0_24, Version_0_23, Version_0_22, Version_0_21, Version_0_2
Log Message:
glut used locally

File Contents

# Content
1 #ifndef __GLUT_H__
2 #define __GLUT_H__
3
4 /*
5 * glut.h
6 *
7 * The freeglut library include file
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
10 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
12 * PAWEL W. OLSZTA BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
13 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15 */
16
17 #include "freeglut_std.h"
18
19 /*** END OF FILE ***/
20
21 #endif /* __GLUT_H__ */