Dawn/src/dawnglfw/linuxhost.c
2024-10-04 09:37:32 -05:00

13 lines
250 B
C

/**
* 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();
}