mirror of
https://github.com/leozide/leocad.git
synced 2026-09-11 09:04:06 +00:00
6 lines
127 B
C
6 lines
127 B
C
#pragma once
|
|
|
|
#include "lc_result.h"
|
|
|
|
lcResult<void> lcExportBrickLink(const QString& FileName, const lcPartsList& PartsList);
|