leocad/common/lc_library.h
2012-09-20 00:53:12 +00:00

13 lines
203 B
C++

#ifndef _LC_LIBRARY_H_
#define _LC_LIBRARY_H_
class lcPiecesLibrary
{
public:
lcPiecesLibrary();
~lcPiecesLibrary();
bool OpenArchive(const char* LibPath);
};
#endif // _LC_LIBRARY_H_