ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/FeepingCreaturism.hpp
Revision: 191
Committed: 2004-08-20T02:44:20-07:00 (20 years, 10 months ago) by Douglas Thrift
File size: 553 byte(s)
Log Message:
Blorg!

File Contents

# User Rev Content
1 Douglas Thrift 191 // Feeping Creaturism
2     //
3     // Douglas Thrift
4     //
5     // $Id$
6    
7     #ifndef _FeepingCreaturism_hpp_
8     #define _FeepingCreaturism_hpp_
9    
10     #include <iostream>
11     #include <string>
12     #include <sstream>
13     #include <vector>
14     #include <map>
15     #include <cstdlib>
16     #include <ctime>
17    
18     using std::cin;
19     using std::cout;
20     using std::cerr;
21    
22     #include <pstream.h>
23    
24     #include <menes-xml/document.hpp>
25     #include <menes-xml/nodeset.hpp>
26     #include <menes-xml/parse.hpp>
27    
28     class FeepingCreaturism
29     {
30     private:
31     //
32     public:
33     FeepingCreaturism() {}
34     ~FeepingCreaturism() {}
35     };
36    
37     #endif // _FeepingCreaturism_hpp_

Properties

Name Value
svn:eol-style native
svn:keywords Id