~ubuntu-branches/ubuntu/oneiric/blobandconquer/oneiric

« back to all changes in this revision

Viewing changes to src/battle.h

  • Committer: Bazaar Package Importer
  • Author(s): Guus Sliepen
  • Date: 2008-06-15 12:04:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080615120429-5ss7cbb4z9mpywj5
Tags: 0.95-1
New upstream release. Closes: #486310

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
extern void processCutscene(List *data);
96
96
extern void saveRestartData();
97
97
extern void drawBox(Vector position, float width, float length, float height, float tcm);
 
98
extern void doCamera();
 
99
extern void calculatePlayerAimDirection();
98
100
 
99
101
extern Audio *audio;
100
102
extern BSP *bsp;