looper/backends/ui/haiku/icons.h
Zachary Hall 8fdf30878b
Some checks failed
Build / build-gentoo (push) Successful in 1m22s
Build / download-system-deps (push) Successful in 1m37s
Build / get-source-code (push) Successful in 4m30s
Build / build-appimage (push) Successful in 1m15s
Build / build-android (push) Failing after 4m34s
Build / build-windows (push) Failing after 4m33s
Add Haiku frontend
2024-11-12 14:53:44 -08:00

15 lines
285 B
C

#pragma once
enum LooperIcon {
ICON_EDIT_TEXT = 1000,
ICON_EDIT_SLIDER = 1001,
ICON_PLAY = 1002,
ICON_PAUSE = 1003,
ICON_STOP = 1004,
ICON_REFRESH = 1005,
ICON_CONFIGURE = 1006,
ICON_OPEN = 1007,
ICON_FOLDER = 1008,
ICON_ABOUT = 1009,
ICON_HELP = 1010,
ICON_QUIT = 1011
};