mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
9 lines
235 B
C++
9 lines
235 B
C++
|
#include <Lerc_c_api.h>
|
||
|
#include <Lerc_types.h>
|
||
|
int main() {
|
||
|
const int infoArrSize = (int)LercNS::InfoArrOrder::_last;
|
||
|
const int dataRangeArrSize = (int)LercNS::DataRangeArrOrder::_last;
|
||
|
lerc_status hr(0);
|
||
|
|
||
|
return 0 ;
|
||
|
}
|