I have one project with menus etc. that loads different games (separate projects).
I was wondering if there was a way to pass objects (data entered by user) to the other projects WITHOUT writing a file?
thanks so much!
I have one project with menus etc. that loads different games (separate projects).
I was wondering if there was a way to pass objects (data entered by user) to the other projects WITHOUT writing a file?
thanks so much!
resolved: there is no magical way of accessing code in another project. writing XMLs/DLLs is the way to go