mirror of
https://github.com/leozide/leocad
synced 2025-01-14 08:01:45 +01:00
7 lines
77 B
C
7 lines
77 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
class Project;
|
||
|
|
||
|
void ExportBrickLink(const Project& project);
|