Shaka Packager SDK
vlog_flags.h
1 // Copyright 2015 Google Inc. All rights reserved.
2 //
3 // Use of this source code is governed by a BSD-style
4 // license that can be found in the LICENSE file or at
5 // https://developers.google.com/open-source/licenses/bsd
6 
7 #ifndef APP_VLOG_FLAGS_H_
8 #define APP_VLOG_FLAGS_H_
9 
10 #include <gflags/gflags.h>
11 
12 DECLARE_int32(v);
13 DECLARE_string(vmodule);
14 
15 #endif // APP_VLOG_FLAGS_H_