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