7 lines
117 B
C
7 lines
117 B
C
#ifndef _UI_PLUGIN_H_
|
|
#define _UI_PLUGIN_H_
|
|
|
|
void display_next_plugin_item(bool entering);
|
|
|
|
#endif // _UI_PLUGIN_H_
|