blob: 076bc260c3e950e3d18a4d94f31da8bcfd1601b4 (
plain) (
blame)
1
2
3
4
5
6
7
|
// SPDX-License-Identifier: MPL-2.0
// Copyright (c) Yuxuan Shui <[email protected]>
#include <stdbool.h>
typedef struct session session_t;
bool vsync_init(session_t *ps);
|