Add reinit plugin

This commit is contained in:
2023-12-09 16:59:53 +05:30
parent 08530330c1
commit bbe08b8244
3 changed files with 34 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
function wish_reinit_start() {
return 1
}
function wish_reinit_end() {
return 1
}
function wish_reinit_set_colors() {
return
}
function wish_reinit_main() {
wish_init
}