blob: 0413ea1d37ff94c97219abacc14c050a3b53ffb4 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
typedef void keyValueCallback(String key, String value);
String gameIDFromGameKey(String gameKey) {
return null;
}
String playerIDFromPlayerKey(String playerKey) {
return null;
}