Hello , I would like to know where I can find the Engine’s entry point (i.e the first function called when I run the Engine), for learning purposes on how the Engine works.
I’ve never felt the need to trace it that f ar back, but all C/C++ programs begin at main() . Good luck!
3 Likes