mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
5 lines
139 B
C++
5 lines
139 B
C++
#pragma once
|
|
|
|
bool lcImportLXFMLFile(const QString& FileData, std::vector<lcPiece*>& Pieces, std::vector<std::vector<lcPiece*>>& Groups);
|
|
|