13 lines
250 B
C
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();
|
|
} |