Kyjor / JulGame.jl

JulGame is a game engine based on the Julia programming language with the help of SDL2.
https://docs.kyjor.io/JulGame.jl
The Unlicense
94 stars 3 forks source link

Clean Up Imports #55

Closed mrufsvold closed 5 months ago

mrufsvold commented 5 months ago

I cleaned up some of the using statements to be less verbose. If you like the full path using, happy to roll that part back.

I also reordered how the files get included so that all of the fields in main can have concrete types

Kyjor commented 5 months ago

This is great! Thanks!