mirror of
https://github.com/leozide/leocad
synced 2024-11-16 07:47:27 +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);
|
|
|