mirror of
https://github.com/ApfelTeeSaft/vanilla.git
synced 2026-08-28 19:26:47 +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
165 B
C
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
|