~ubuntu-branches/ubuntu/lucid/graphviz/lucid-updates

« back to all changes in this revision

Viewing changes to lib/utilities/glTexFontInclude.h

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2008-06-19 20:23:23 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080619202323-ls23h96ntj9ny94m
Tags: 2.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Build depend on liblualib50-dev instead of liblua5.1-0-dev.
  - Drop libttf-dev (libttf-dev is in universe) (LP: #174749).
  - Replace gs-common with ghostscript.
  - Build-depend on python-dev instead of python2.4-dev or python2.5-dev.
  - Mention the correct python version for the python bindings in the
    package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
    Copyright (c) 1999 Nate Miller
 
3
    
 
4
    Notice: Usage of any code in this file is subject to the rules
 
5
    described in the LICENSE.TXT file included in this directory.
 
6
    Reading, compiling, or otherwise using this code constitutes
 
7
    automatic acceptance of the rules in said text file.
 
8
 
 
9
    File        -- glTexFontInclude.h
 
10
    Date        -- 6/12/99
 
11
    Author      -- Nate 'm|d' Miller
 
12
    Contact     -- vandals1@home.com
 
13
    Web         -- http://members.home.com/vandals1
 
14
*/
 
15
/* just generic headers to include, nothing fancy */
 
16
#include <stdio.h>
 
17
#include <stdlib.h>
 
18
#include <string.h>
 
19
#include <stdarg.h>
 
20
#include <math.h>
 
21
#ifdef _WIN32
 
22
#include <windows.h>
 
23
#include <winuser.h>
 
24
#include <tchar.h>
 
25
#endif
 
26
#include <GL/gl.h>