summaryrefslogtreecommitdiff
path: root/platform/android/src/test/runtime.hpp
blob: c5e69d61c0495012f7ac6c49ce849f05fd754cb1 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

namespace mbgl {
namespace android {

bool initRuntime(int argc, char *argv[]);

} // namespace android
} // namespace mbgl