Appearance
test_load() - 判断指定文件可否加载
int test_load(string file);
检测文件 `file` 能否被载入游戏,可以返回 1,否则返回 0。
雪风(i@mud.ren)