~ubuntu-branches/ubuntu/natty/spring/natty

« back to all changes in this revision

Viewing changes to rts/Sim/Units/COB/CobDefines.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-09-23 18:56:03 UTC
  • mfrom: (3.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100923185603-st97s5chplo42y7w
Tags: 0.82.5.1+dfsg1-1ubuntu1
* Latest upstream version for online play
* debian/control: Replace (rather than conflict) spring-engine
  - spring-engine will be a dummy package (LP: #612905)
  - also set maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */
 
2
 
1
3
#ifndef COBDEFINES_H
2
4
#define COBDEFINES_H
3
5
 
107
109
#define MAX                      132 // get
108
110
#define ABS                      133 // get
109
111
#define GAME_FRAME               134 // get
 
112
#define KSIN                     135 // get (kiloSine    : 1024*sin(x))
 
113
#define KCOS                     136 // get (kiloCosine  : 1024*cos(x))
 
114
#define KTAN                     137 // get (kiloTangent : 1024*tan(x))
 
115
#define SQRT                     138 // get (square root)
110
116
 
111
117
// NOTE: shared variables use codes [1024 - 5119]
112
118