YongHee-Kim / GameDataManager.jl

Easy and convenient toolkit for game designers
MIT License
6 stars 0 forks source link

User defined module loading #2

Open YongHee-Kim opened 2 years ago

YongHee-Kim commented 2 years ago

I've tried use include at setup, but it isn't a good style. See the discussion below

https://discourse.julialang.org/t/is-include-safe-to-use-inside-a-function/10867/41

Maybe push!(LOAD_PATH, "UserModulePath") from setup then asks user to do julia>using UserModule before using their custom functions?