File: gl-c.c

package info (click to toggle)
stalin 0.11-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 110,316 kB
  • ctags: 163,128
  • sloc: ansic: 1,757,574; lisp: 88,332; sh: 1,496; makefile: 371; sed: 100; csh: 30
file content (21 lines) | stat: -rw-r--r-- 939 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glut.h>

/*
 * Richard Mann
 * 18 May 1998
 *
 * Copyright 1998 NEC Research Institute, Inc. All rights reserved.
 *
 */

unsigned glob_glutStrokeRoman( void ) { return (unsigned)&glutStrokeRoman; }
unsigned glob_glutStrokeMonoRoman( void ) { return (unsigned)&glutStrokeMonoRoman; }
unsigned glob_glutBitmap9By15( void ) { return (unsigned)&glutBitmap9By15; }
unsigned glob_glutBitmap8By13( void ) { return (unsigned)&glutBitmap8By13; }
unsigned glob_glutBitmapTimesRoman10( void ) { return (unsigned)&glutBitmapTimesRoman10; }
unsigned glob_glutBitmapTimesRoman24( void ) { return (unsigned)&glutBitmapTimesRoman24; }
unsigned glob_glutBitmapHelvetica10( void ) { return (unsigned)&glutBitmapHelvetica10; }
unsigned glob_glutBitmapHelvetica12( void ) { return (unsigned)&glutBitmapHelvetica12; }
unsigned glob_glutBitmapHelvetica18( void ) { return (unsigned)&glutBitmapHelvetica18; }