8 lines
No EOL
129 B
C
8 lines
No EOL
129 B
C
#pragma once
|
|
|
|
#include <string_view>
|
|
|
|
struct EXH;
|
|
struct ExcelDataPagination;
|
|
|
|
void readEXD(EXH& exh, ExcelDataPagination& page); |