We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc8d17 commit e5d6c94Copy full SHA for e5d6c94
examples/blingedit_test.c
@@ -1,3 +1,21 @@
1
+/*
2
+ Compile example:
3
+ python compiler_main.py examples/blingedit_test.c
4
+ --as-zip
5
+ --world-dir out
6
+ --namespace blingedit_test
7
+ --setup-on-load
8
+ --extern plugin_can_run
9
+ --extern disp_plugins
10
+ --extern box_xmin
11
+ --extern box_ymin
12
+ --extern box_zmin
13
+ --extern box_xmax
14
+ --extern box_ymax
15
+ --extern box_zmax
16
+
17
+ Note: need to specify extern for all blingedit entity_locals used (or just specify all of them from blingedit.h).
18
+*/
19
#include <stdio.h>
20
21
#define PLUGIN_NAME Test Plugin
0 commit comments