generated from schreifuchs/wails-template
16 lines
466 B
TypeScript
Executable File
16 lines
466 B
TypeScript
Executable File
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {model} from '../models';
|
|
|
|
export function GetGame(arg1:number):Promise<model.Game>;
|
|
|
|
export function GetGames():Promise<Array<model.Game>>;
|
|
|
|
export function GetLastGameID():Promise<number>;
|
|
|
|
export function Greet(arg1:string):Promise<string>;
|
|
|
|
export function NewGame():Promise<number>;
|
|
|
|
export function SaveStep(arg1:model.Step):Promise<void>;
|