gnomescore.inc 539 B

1234567891011
  1. {$IfDef read_interface}
  2. function gnome_score_init(gamename:Pgchar):gint;cdecl;external libgnomedll name 'gnome_score_init';
  3. function gnome_score_log(score:gfloat; level:Pgchar; higher_to_lower_score_order:gboolean):gint;cdecl;external libgnomedll name 'gnome_score_log';
  4. 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';
  5. {$EndIf read_interface}
  6. {$Ifdef read_implementation}
  7. {$Endif read_implementation}