source: anuga_work/development/anugavis/src/output.hh @ 5487

Last change on this file since 5487 was 5487, checked in by jack, 16 years ago

Started C++-ising the code.

File size: 234 bytes
Line 
1#ifndef OUTPUT_HH
2#define OUTPUT_HH
3
4#include <string>
5
6using std::string;
7
8/* Output the string in a messagebox if available, to stdout with a
9   trailing newline if not. */
10void output_string(const string &str);
11
12#endif
Note: See TracBrowser for help on using the repository browser.