mirror of
https://github.com/leozide/leocad
synced 2025-01-15 15:40:48 +01:00
15 lines
217 B
C++
15 lines
217 B
C++
#include "lc_global.h"
|
|
#include "lc_library.h"
|
|
|
|
lcPiecesLibrary::lcPiecesLibrary()
|
|
{
|
|
}
|
|
|
|
lcPiecesLibrary::~lcPiecesLibrary()
|
|
{
|
|
}
|
|
|
|
bool lcPiecesLibrary::OpenArchive(const char* LibPath)
|
|
{
|
|
return true;
|
|
}
|