mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 14:19:58 +01:00
10 lines
214 B
C
10 lines
214 B
C
#ifndef PLUGLOCALDEF
|
|
#define PLUGLOCALDEF
|
|
#define HOST_PARAM_NUMBER 1
|
|
#define HOST_PARAM_INDEX 2
|
|
#define HOST_PARAM_SWITCH 6
|
|
#define HOST_PARAM_COORD 3
|
|
#define HOST_PARAM_COLOR 4
|
|
#define HOST_PARAM_TEXT 5
|
|
#endif
|