diff options
| author | RblSb <msrblsb@gmail.com> | 2020-02-22 06:35:57 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-02-22 06:35:57 +0300 |
| commit | 08d068181045f91f0aa160f9b088a18048b948ec (patch) | |
| tree | a995230c279a5a1fd849dc5202301d15474bca61 /src/client/Split.hx | |
| parent | 4e0859a0f902e84cfafb38103e0be9f5b81d7abe (diff) | |
More client buttons
Diffstat (limited to 'src/client/Split.hx')
| -rw-r--r-- | src/client/Split.hx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/Split.hx b/src/client/Split.hx new file mode 100644 index 0000000..5d9d249 --- /dev/null +++ b/src/client/Split.hx @@ -0,0 +1,7 @@ +package client; + +@:native("Split") +extern class Split { + function new(divs:Array<String>, opts:Dynamic):Void; + function setSizes(sizes:Array<Int>):Void; +} |
