on the page https://www.leadwerks.com/learn?page=Tutorials_CPP_Actors we have:
" By default, a new game will include a sample actor class you can modify called "MyActor". The code for this can be found in the "MyActor.h" and MyActor.cpp" files in the "Source" folder in your game directory. "
but i do not have any of those files in that directory, i have only : App.cpp, App.h, main.cpp
so where can i find them?