/** * Copyright (c) 2024 Dominic Masters * * This software is released under the MIT License. * https://opensource.org/licenses/MIT */ #include "linuxhost.h" #include "dawnglfw.h" int32_t linuxHostBeginUpdating() { return dawnGlfwStart(); }