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