Files
ce_cdm/cdm/include/logger_global.h
2025-04-02 10:27:18 -07:00

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_