/* Copyright 2012 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* From ppb_core.idl modified Mon Mar 19 12:02:10 2012. */ #ifndef PPAPI_C_PPB_CORE_H_ #define PPAPI_C_PPB_CORE_H_ #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_completion_callback.h" #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_stdint.h" #include "ppapi/c/pp_time.h" #define PPB_CORE_INTERFACE_1_0 … #define PPB_CORE_INTERFACE … /** * @file * This file defines the <code>PPB_Core</code> interface defined by the browser * and containing pointers to functions related to memory management, time, and * threads. */ /** * @addtogroup Interfaces * @{ */ /** * The <code>PPB_Core</code> interface contains pointers to functions related * to memory management, time, and threads on the browser. * */ struct PPB_Core_1_0 { … }; PPB_Core; /** * @} */ #endif /* PPAPI_C_PPB_CORE_H_ */