~ubuntu-branches/ubuntu/trusty/chromium/trusty

« back to all changes in this revision

Viewing changes to src/HeroAmmo.h

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2009-02-19 14:01:45 UTC
  • mfrom: (0.1.4 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090219140145-f5sn95pah8s5ddwa
Tags: 0.9.13.3-1
* New upstream release
  - Using the CDROM for music is off by default and
    the manual page documents the use_cdrom option (Closes: #492446)
  - bindir/datadir customisations were removed so use ./configure args
* Improve the descriptions for the chromium & chromium-data packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#ifndef HeroAmmo_h
9
9
#define HeroAmmo_h
10
10
 
 
11
#ifdef HAVE_CONFIG_H
 
12
#include <config.h>
 
13
#endif
 
14
 
11
15
#include "compatibility.h"
 
16
 
 
17
#ifdef HAVE_APPLE_OPENGL_FRAMEWORK
 
18
#include <OpenGL/gl.h>
 
19
#else
12
20
#include <GL/gl.h>
 
21
#endif
13
22
 
14
23
#include "define.h"
15
24
#include "Ammo.h"