Files
VoxelTek 67f7f6f5ac Rename Vanilla-Pi to Vanilla (#209)
* 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`
2025-07-25 00:32:16 -07:00

8 lines
165 B
C

#ifndef VANILLA_PI_MENU_SYNC_H
#define VANILLA_PI_MENU_SYNC_H
#include "ui/ui.h"
void vpi_menu_sync(vui_context_t *vui, void *d);
#endif // VANILLA_PI_MENU_SYNC_H