mirror of
https://github.com/ApfelTeeSaft/vanilla.git
synced 2026-09-03 04:13:43 +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`
8 lines
173 B
C
8 lines
173 B
C
#ifndef VANILLA_PI_MENU_DELETE_H
|
|
#define VANILLA_PI_MENU_DELETE_H
|
|
|
|
#include "ui/ui.h"
|
|
|
|
void vpi_menu_delete(vui_context_t *vui, void *v);
|
|
|
|
#endif // VANILLA_PI_MENU_DELETE_H
|