1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Cfg: Split db into app and usr and overhaul db objects

This commit is contained in:
gnosygnu
2016-12-08 12:24:15 -05:00
parent 9dfbd472ac
commit fd79415b53
48 changed files with 800 additions and 472 deletions

View File

@@ -80,6 +80,6 @@ public class Gfs_nde {
rv[i] = args[i];
return rv;
}
public static final Gfs_nde[] Ary_empty = new Gfs_nde[0];
public static final Gfs_nde[] Ary_empty = new Gfs_nde[0];
public static final byte Op_tid_null = 0, Op_tid_assign = 1;
}