Guillaume Langlois 556b1d6a4e first commit
2024-11-09 12:01:56 -05:00

16 lines
394 B
JavaScript
Executable File

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
}
export function LoadGames() {
return window['go']['main']['App']['LoadGames']();
}
export function SelectGame(arg1) {
return window['go']['main']['App']['SelectGame'](arg1);
}