mirror of
https://github.com/leozide/leocad
synced 2024-12-25 21:58:23 +01:00
4 lines
139 B
C++
4 lines
139 B
C++
#pragma once
|
|
|
|
bool lcImportLXFMLFile(const QString& FileData, std::vector<lcPiece*>& Pieces, std::vector<std::vector<lcPiece*>>& Groups);
|
|
|