hgdal-1.0.0.0: csrc/hgdalTopLevel.h
#ifdef __cplusplus
extern "C" {
#endif
#pragma once
#include "hgdalType.h"
#include "HGDALGDALDataset.h"
void TopLevel_GDALAllRegister ( );GDALDataset_p TopLevel_GDALOpenEx ( const char* pszFilename, unsigned int nOpenFlags, char** papszAllowedDrivers, char** papszOpenOptions, char** papszSiblingFiles );
#ifdef __cplusplus
}
#endif