forked from len0rd/rockbox
revert plugin_api part of r18830, as this was the wrong solution for those
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18831 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ae7391b187
commit
8c08511013
8 changed files with 8 additions and 8 deletions
|
@ -82,7 +82,7 @@ PLUGIN_HEADER
|
|||
it's nice not to have to pass the api pointer in all function calls
|
||||
in the plugin */
|
||||
|
||||
extern const struct plugin_api* rb;
|
||||
const struct plugin_api* rb;
|
||||
|
||||
/* Default game - used to initialise sudoku.ss if it doesn't exist. */
|
||||
static const char default_game[9][9] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue