monado/src/xrt/drivers/qwerty/qwerty_device.h

29 lines
368 B
C
Raw Normal View History

// Copyright 2021, Mateo de Mayo.
// SPDX-License-Identifier: BSL-1.0
/*!
* @file
* @brief Internal header for qwerty_device and its friends.
* @author Mateo de Mayo <mateodemayo@gmail.com>
* @ingroup drv_qwerty
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
/*!
* @addtogroup drv_qwerty
* @{
*/
// @todo
/*!
* @}
*/
#ifdef __cplusplus
}
#endif