1 | static OccTree2 makeOccTree2(S theme) {
|
2 | ret makeOccTree2(theme, true); |
3 | } |
4 | |
5 | static OccTree2 makeOccTree2(S theme, bool print) {
|
6 | OccTree2 tree = goodDialogs2occTree2(optExpandDialogs(loadDialogs(theme))); |
7 | if (print) |
8 | printOccTree2(tree); |
9 | ret tree; |
10 | } |
11 | |
12 | static OccTree2 makeOccTree2(L<Dialog> dialogs) {
|
13 | OccTree2 tree = goodDialogs2occTree2(dialogs); |
14 | printOccTree2(tree); |
15 | ret tree; |
16 | } |
Began life as a copy of #1003472
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030145 |
| Snippet name: | makeOccTree2 (formerly makeOccTree) |
| Eternal ID of this version: | #1030145/2 |
| Text MD5: | 8656caada08a8e2a10bccd8f02137fbf |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-11 14:27:32 |
| Source code size: | 409 bytes / 16 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 469 / 496 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |