Implement update rate limit
Closes #117 Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d9fc8dafde
commit
c06768f70f
7 changed files with 71 additions and 0 deletions
|
|
@ -27,9 +27,15 @@
|
|||
|
||||
namespace rack
|
||||
{
|
||||
|
||||
namespace settings {
|
||||
extern int rateLimit;
|
||||
}
|
||||
|
||||
namespace ui {
|
||||
struct Menu;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
namespace patchUtils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue