mirror of
https://github.com/leozide/leocad
synced 2025-01-09 05:25:00 +01:00
7 lines
148 B
C
7 lines
148 B
C
|
#pragma once
|
||
|
|
||
|
#include "lc_array.h"
|
||
|
|
||
|
bool lcImportLDDFile(const QString& FileData, lcArray<lcPiece*>& Pieces, lcArray<lcArray<lcPiece*>>& Groups);
|
||
|
|