From 8ac17430ac7aa3bba5630d74a1eeda54bce7801b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 18 Feb 2006 11:15:37 +0000 Subject: - renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistency - renamed Engine_XXX_gameList to Engine_XXX_gameList for consistency - added new Engine_XXX_findGameID / PLUGIN_findGameID function - updated plugins code to take advantage of the new plugin API, to support obsolete gameids w/o showing them to the user svn-id: r20752 --- plugin.exp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugin.exp') diff --git a/plugin.exp b/plugin.exp index 23f74ecafe..c169088bcd 100644 --- a/plugin.exp +++ b/plugin.exp @@ -1,4 +1,5 @@ _PLUGIN_createEngine _PLUGIN_detectGames -_PLUGIN_getSupportedGames +_PLUGIN_gameIDList +_PLUGIN_findGameID _PLUGIN_name -- cgit v1.2.3