mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-23 16:22:58 +03:00
0fca7169d3
except those placed in 3rdparty directories.
8 lines
181 B
C++
8 lines
181 B
C++
void initResources();
|
|
namespace LimeReport {
|
|
void initReportItems();
|
|
void initObjectInspectorProperties();
|
|
void initSerializators();
|
|
void initExporters();
|
|
} // namespace LimeReport
|