Changed all string* to string because strings are already pointers internally.
[yam.git] / Yam.h
blob565f370558e05f74e3d7c03fcefdf52d86f34a86
1 #ifndef _YAM_H
2 #define _YAM_H
4 namespace yam {
5 class Yam {
6 public:
7 Yam();
8 virtual ~Yam();
9 };
12 #endif