16 lines
244 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
import :internal_partition;
2022-11-16 20:14:03 +01:00
#include "internal-partitions_export.h"
2023-12-07 09:12:54 +01:00
export struct module_struct
{
private:
partition_struct p;
};
2022-11-16 20:14:03 +01:00
export INTERNAL_PARTITIONS_EXPORT int from_import()
{
return from_partition();
}