blob: 8020ef1ac85773c6b19f1727ba54fe5349896c54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{$IfDef read_interface}
function gnome_score_init(gamename:Pgchar):gint;cdecl;external libgnomedll name 'gnome_score_init';
function gnome_score_log(score:gfloat; level:Pgchar; higher_to_lower_score_order:gboolean):gint;cdecl;external libgnomedll name 'gnome_score_log';
function gnome_score_get_notable(gamename:Pgchar; level:Pgchar; names:PPPgchar; scores:PPgfloat; scoretimes:PPtime_t):gint;cdecl;external libgnomedll name 'gnome_score_get_notable';
{$EndIf read_interface}
{$Ifdef read_implementation}
{$Endif read_implementation}
|