~ubuntu-branches/ubuntu/precise/lordsawar/precise

« back to all changes in this revision

Viewing changes to src/overviewmap.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2007-10-29 15:38:06 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071029153806-z2j47adhmdjc7wae
Tags: 0.0.4-1
* New upstream release
* Add desktop file and simple manpage for new binary lordsawar-army-editor
* Syntax fixes on manpages
* Move manpages to correct section (6)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    // max_dimensions space
39
39
    void resize(Vector<int> max_dimensions);
40
40
 
 
41
    // picks the best dimensions to resize to
 
42
    void resize();
 
43
 
41
44
    // draw the nonstatic stuff, won't redraw the terrain
42
45
    void draw();
43
46