Add view_move()

This commit is contained in:
Johan Malm 2020-12-23 18:52:46 +00:00
parent c646343c1d
commit cb44f047f3
6 changed files with 31 additions and 9 deletions

View file

@ -11,6 +11,7 @@ project(
add_project_arguments(
[
'-DWLR_USE_UNSTABLE',
'-Wno-enum-compare',
],
language: 'c',
)