root/trunk/library_class.h

Revision 5, 181 bytes (checked in by qbert, 6 years ago)

Initial ( and last :( ) commit

Line 
1 #ifndef LIBRARY_CLASS
2 #define LIBRARY_CLASS
3
4 class LibraryClass
5 {
6 public:
7     vector<string> libs;
8     LibraryClass() {}
9     void SetSession(const string& dmdPath);
10    
11 };
12
13 #endif
Note: See TracBrowser for help on using the browser.