Port core package

This commit is contained in:
2026-02-01 13:09:27 -05:00
parent cefdb30193
commit a58d8d407a
7 changed files with 172 additions and 18 deletions
+2
View File
@@ -8,6 +8,7 @@ import (
)
// LoadOfficialCfg returns the currently set (libmutton official) values in the libmutton config file.
// Returns:
// r0: err
//
// r1: OfflineMode (bool)
@@ -38,6 +39,7 @@ func LoadOfficialCfg() (*C.char, bool, C.PascalString, C.PascalString, C.PascalS
}
// WriteOfficialCfg writes the provided (libmutton official) values to the libmutton config file.
// Returns:
// r0: err
//
//export WriteOfficialCfg