source:
anuga_work/development/anugavis/src/output.hh
@
5685
Last change on this file since 5685 was 5487, checked in by , 17 years ago | |
---|---|
File size: 234 bytes |
Rev | Line | |
---|---|---|
[5487] | 1 | #ifndef OUTPUT_HH |
2 | #define OUTPUT_HH | |
3 | ||
4 | #include <string> | |
5 | ||
6 | using std::string; | |
7 | ||
8 | /* Output the string in a messagebox if available, to stdout with a | |
9 | trailing newline if not. */ | |
10 | void output_string(const string &str); | |
11 | ||
12 | #endif |
Note: See TracBrowser
for help on using the repository browser.