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

« back to all changes in this revision

Viewing changes to src/world/world.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:
21
21
#include "../headers.h"
22
22
 
23
23
extern void unitContentChanged(Unit *unit);
24
 
extern void getCluster(Entity *entity, float zAdjustment);
 
24
extern void getCluster(Entity *entity);
25
25
 
26
26
extern Audio *audio;
27
27
extern BSP *bsp;