chromium/ppapi/c/dev/pp_cursor_type_dev.h

/* Copyright 2011 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* From dev/pp_cursor_type_dev.idl modified Thu Nov 17 15:27:17 2011. */

#ifndef PPAPI_C_DEV_PP_CURSOR_TYPE_DEV_H_
#define PPAPI_C_DEV_PP_CURSOR_TYPE_DEV_H_

#include "ppapi/c/pp_macros.h"

/**
 * @file
 * This file defines enumerations for cursor types.
 */


/**
 * @addtogroup Enums
 * @{
 */
enum PP_CursorType_Dev {};
PP_COMPILE_ASSERT_ENUM_SIZE_IN_BYTES();
/**
 * @}
 */

#endif  /* PPAPI_C_DEV_PP_CURSOR_TYPE_DEV_H_ */