Misc stubs.

This commit is contained in:
Ben Vanik
2015-06-02 00:14:24 -07:00
parent 7525b840db
commit c516447ae1
7 changed files with 91 additions and 15 deletions

View File

@@ -40,6 +40,7 @@ struct ExportTag {
static const type kFileSystem = 1 << 14;
static const type kModules = 1 << 15;
static const type kUserProfiles = 1 << 16;
static const type kNetworking = 1 << 17;
// Export will be logged on each call.
static const type kLog = 1 << 30;