10 lines
159 B
C++
Raw Normal View History

2022-11-16 20:14:03 +01:00
export module importable;
2023-05-23 16:38:00 +02:00
export import :partition;
2022-11-16 20:14:03 +01:00
#include "partitions_export.h"
export PARTITIONS_EXPORT int from_import()
{
return from_partition();
}