From aed0a4cfcf7a6b33cfd82f491ef1d610e906cfcb Mon Sep 17 00:00:00 2001 From: Quaternions <krakow20@gmail.com> Date: Tue, 28 Jan 2025 15:06:53 -0800 Subject: [PATCH] todo: refactor loader --- lib/rbx_loader/src/loader.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/rbx_loader/src/loader.rs diff --git a/lib/rbx_loader/src/loader.rs b/lib/rbx_loader/src/loader.rs new file mode 100644 index 0000000..753222c --- /dev/null +++ b/lib/rbx_loader/src/loader.rs @@ -0,0 +1,4 @@ +// TODO: move code from deferred_loader to here +// use generics to specify a hashable type for the acquire_X function signature +// use impls/traits instead of passing around functions +// part of the goob remains in deferred loader, the common bits between both