Refactor mostly complete

This commit is contained in:
Lucien Greathouse
2019-01-15 17:26:51 -08:00
parent aae1d8b34f
commit 249aa999a3
6 changed files with 664 additions and 260 deletions

View File

@@ -17,7 +17,7 @@ use crate::{
message_queue::MessageQueue,
imfs::{Imfs, ImfsItem, ImfsFile},
path_map::PathMap,
rbx_snapshot::{RbxSnapshotInstance, InstanceChanges, snapshot_from_tree, reify_root, reconcile_subtree},
snapshot_reconciler::{RbxSnapshotInstance, InstanceChanges, snapshot_from_tree, reify_root, reconcile_subtree},
};
const INIT_SCRIPT: &str = "init.lua";