~ubuntu-branches/ubuntu/quantal/warzone2100/quantal

« back to all changes in this revision

Viewing changes to lib/framework/vector.h

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2011-05-21 16:31:49 UTC
  • mfrom: (1.1.18 upstream) (2.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20110521163149-oj2qkd97z0b14lqz
Tags: 2.3.8-1
* New upstream release
  - Refresh miniupnpc removal patch
  - Build and install new upstream docs
* Complies with latest policy, bump Standards-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
        This file is part of Warzone 2100.
3
 
        Copyright (C) 2007-2010  Warzone 2100 Project
 
3
        Copyright (C) 2007-2011  Warzone 2100 Project
4
4
 
5
5
        Warzone 2100 is free software; you can redistribute it and/or modify
6
6
        it under the terms of the GNU General Public License as published by
20
20
#ifndef VECTOR_H
21
21
#define VECTOR_H
22
22
 
23
 
#include "wzglobal.h"
24
 
 
25
 
#include <assert.h>
26
 
 
27
23
#include "fixedpoint.h"
28
 
#include "types.h"
29
24
#include "math_ext.h"
30
25
 
31
26