24 lines
596 B
JavaScript
Executable File
24 lines
596 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function LoadGames() {
|
|
return window['go']['main']['App']['LoadGames']();
|
|
}
|
|
|
|
export function LoadGamesNewModel() {
|
|
return window['go']['main']['App']['LoadGamesNewModel']();
|
|
}
|
|
|
|
export function LoadImage(arg1, arg2) {
|
|
return window['go']['main']['App']['LoadImage'](arg1, arg2);
|
|
}
|
|
|
|
export function Log(arg1) {
|
|
return window['go']['main']['App']['Log'](arg1);
|
|
}
|
|
|
|
export function StartGame(arg1) {
|
|
return window['go']['main']['App']['StartGame'](arg1);
|
|
}
|