homebrewfilter/source/menus_command.h
Christopher Roy Bratusek 6ac4d081a6 import rev0 (other stuff)
2012-04-07 20:04:32 +02:00

15 lines
272 B
C

struct s_move
{
int page;
int nr;
int nr_selected;
bool new_app;
};
extern struct s_move move;
void Category_rename_move(string button);
void Next_Category();
void Previous_Category();
void AppEraseDelate(int choice, const char* kurzname, const char* foldername);