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

« back to all changes in this revision

Viewing changes to src/EnemyFleet.cpp

  • 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:
10
10
#include <cstdio>
11
11
#include <cmath>
12
12
 
 
13
#ifdef HAVE_CONFIG_H
 
14
#include <config.h>
 
15
#endif
 
16
 
13
17
#include "compatibility.h"
 
18
 
 
19
#ifdef HAVE_APPLE_OPENGL_FRAMEWORK
 
20
#include <OpenGL/gl.h>
 
21
#include <glpng/glpng.h>
 
22
#else
14
23
#include <GL/gl.h>
15
24
#include <GL/glpng.h>
 
25
#endif
16
26
 
17
27
#include "extern.h"
18
28
#include "Ammo.h"