Files
ce_cdm/cdm/include/logger_global.h
John "Juce" Bruce b2c35151ad Source release 18.1.0
2023-06-23 15:45:08 -07:00

15 lines
349 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 widevine {
extern Cdm::ILogger* g_logger;
}
#endif // WVCDM_CDM_LOGGER_GLOBAL_H_