~ubuntu-branches/ubuntu/maverick/asc/maverick

« back to all changes in this revision

Viewing changes to source/research.h

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2006-06-15 17:43:41 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060615174341-b21yhmph04eiauk9
Tags: 1.16.3.0-3
* Adopted package and moved it to the Debian Games Team repository.
* Set Bartosz Fenski, Alexander Schmehl and myself as uploaders.

* debian/control:
  + Set policy to 3.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
     void read ( tnstream& stream );
155
155
     void write ( tnstream& stream );
156
156
 
157
 
     void read_struct ( tnstream& stream );
158
 
     void read_techs ( tnstream& stream );
 
157
     void read_struct ( tnstream& stream, bool merge = false );
 
158
     void read_techs ( tnstream& stream, bool merge = false );
159
159
 
160
160
     void evalTechAdapter();
161
161
     bool techAdapterAvail( const ASCString& ta ) const;