Game engine lib and editor
- by luke
I would like to know the best way/best practice to handle the following situation. Suppose the project you are working on is split in two sub-projects:
game engine lib
editor gui.
Now, you have a method bool Method( const MethodParams ¶ms ) that will be called during game-level initialization. So it is a method belonging to the game…