This commit is contained in:
2026-04-09 10:01:30 +10:00
parent 631b587d07
commit f66464a7cc
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
def file_Read(string file) string {}
def file_Write(string file, string content) {}
def file_Write(string file, string content) bool {}
ground {
extern "fileio"