This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Add "pragma once" to plugin.hpp generated by helper.py.
tags/v1.1.3
Andrew Belt
5 years ago
parent
9c298c2d50
commit
24e7090eb1
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
helper.py
+ 2
- 1
helper.py
View File
@@ -93,7 +93,8 @@ include $(RACK_DIR)/plugin.mk
f.write(makefile)
# Create plugin.hpp
plugin_hpp = """#include <rack.hpp>
plugin_hpp = """#pragma once
#include <rack.hpp>
using namespace rack;
Write
Preview
Loading…
Cancel
Save