1 // SPDX-License-Identifier: MPL-2.0
2 // Copyright (c) Yuxuan Shui <yshuiv7@gmail.com>
3 #include <stdbool.h>
4 
5 typedef struct session session_t;
6 
7 bool vsync_init(session_t *ps);
8