mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-23 15:11:47 +00:00
13 lines
305 B
C
13 lines
305 B
C
|
// Copyright 2021, Mateo de Mayo.
|
||
|
// SPDX-License-Identifier: BSL-1.0
|
||
|
/*!
|
||
|
* @file
|
||
|
* @brief Connection between user-generated SDL events and qwerty devices.
|
||
|
* @author Mateo de Mayo <mateodemayo@gmail.com>
|
||
|
* @ingroup drv_qwerty
|
||
|
*/
|
||
|
|
||
|
typedef int _silence_compiler_about_empty_translation_unit;
|
||
|
|
||
|
// @todo
|