9 lines
360 B
C
9 lines
360 B
C
#pragma once
|
|
// resource.h — dialog/control ids for ReaSampler's SWELL dialogs. Shared by
|
|
// resource.rc and, on macOS/Linux, the SWELL resgen-generated source. Keep ids
|
|
// stable and unique across the extension.
|
|
|
|
// A bare owner-drawn child dialog with no controls — panel_render.cpp paints the
|
|
// whole client area with LICE.
|
|
#define IDD_BANK_PANEL 1000
|