15 lines
354 B
C++
15 lines
354 B
C++
// Copyright 2023 Google LLC. All Rights Reserved. This file and proprietary
|
|
// source code may only be used and distributed under the Widevine License
|
|
// Agreement.
|
|
|
|
#ifndef WVCDM_CDM_LOGGER_GLOBAL_H_
|
|
#define WVCDM_CDM_LOGGER_GLOBAL_H_
|
|
|
|
#include "cdm.h"
|
|
|
|
namespace CDM_NAMESPACE {
|
|
extern Cdm::ILogger* g_logger;
|
|
}
|
|
|
|
#endif // WVCDM_CDM_LOGGER_GLOBAL_H_
|