How is Paths imported in states? (Curiosity) #613
THEkatinamicrowave
started this conversation in
General
Replies: 1 comment
-
Paths.hx is imported from import.hx which imports anything in that file to every other class or file in the Project. Thats how import.hx works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm making a HaxeFlixel thing, and I wanted to know how CNE imports Paths.hx? I see import.hx, but I don't know how that gets used. Please provide feedback if possible
Beta Was this translation helpful? Give feedback.
All reactions