~ubuntu-branches/ubuntu/quantal/flightgear/quantal

« back to all changes in this revision

Viewing changes to src/FDM/UIUCModel/uiuc_warnings_errors.h

  • Committer: Bazaar Package Importer
  • Author(s): Ove Kaaven
  • Date: 2002-03-27 21:50:15 UTC
  • Revision ID: james.westby@ubuntu.com-20020327215015-0rvi3o8iml0a8s93
Tags: upstream-0.7.9
ImportĀ upstreamĀ versionĀ 0.7.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _WARNINGS_ERRORS_H_
 
2
#define _WARNINGS_ERRORS_H_
 
3
 
 
4
#include <simgear/compiler.h>
 
5
 
 
6
#include <string>
 
7
#include STL_IOSTREAM
 
8
 
 
9
SG_USING_STD(string);
 
10
 
 
11
void uiuc_warnings_errors(int errorCode, string line);
 
12
 
 
13
#endif  //_WARNINGS_ERRORS_H_