mirror of
https://github.com/ApfelTeeSaft/vanilla.git
synced 2026-09-02 19:27:05 +00:00
* Rename vanilla-pi to vanilla-gui * revert weirdly-changed menu.h * Change icon to rounded * Rename vanilla-gui to vanilla, name libvanilla * Fix broken .desktop file * Rename `vanilla-gui` to `vanilla`
9 lines
221 B
C
9 lines
221 B
C
#ifndef VANILLA_PI_MENU_EDIT_H
|
|
#define VANILLA_PI_MENU_EDIT_H
|
|
|
|
#include "ui/ui.h"
|
|
|
|
void vpi_menu_edit_return(vui_context_t *vui, void *v);
|
|
void vpi_menu_edit(vui_context_t *vui, void *v);
|
|
|
|
#endif // VANILLA_PI_MENU_EDIT_H
|