Revision: | 227 |
Committed: | 2004-09-06T13:23:39-07:00 (20 years, 9 months ago) by Douglas Thrift |
File size: | 436 byte(s) |
Log Message: | This is a little cleaner. |
# | Content |
---|---|
1 | // Feeping Creaturism |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // $Id$ |
6 | |
7 | #ifndef _Jargon_hpp_ |
8 | #define _Jargon_hpp_ |
9 | |
10 | #include "FeepingCreaturism.hpp" |
11 | |
12 | #include <pstream.h> |
13 | |
14 | class Jargon |
15 | { |
16 | private: |
17 | bool include; |
18 | std::vector<std::string> args; |
19 | public: |
20 | Jargon(const ext::String& path, bool include, const ext::String& relative); |
21 | // friends: |
22 | friend ios::PrintWriter& operator<<(ios::PrintWriter& pout, |
23 | const Jargon& jargon); |
24 | }; |
25 | |
26 | #endif // _Jargon_hpp_ |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |