Add missing packages to examples/all

This commit is contained in:
gingerBill
2023-06-07 22:48:39 +01:00
parent 635842b322
commit 9b15bda055
4 changed files with 21 additions and 8 deletions
-2
View File
@@ -9,12 +9,10 @@
package text_table
import "core:io"
import "core:os"
import "core:fmt"
import "core:mem"
import "core:mem/virtual"
import "core:runtime"
import "core:strings"
Cell :: struct {
text: string,