I found this very helpful example about MenuLayers and it works very well. In this line it is said that the method was defined in another file.
showDetail(cell_index); // Defined in detailView.c
As i compile and run, everything get´s called correctly. But im wondering how the compiler knows when to include this file?
I can see no include instruction, so my idea was that all files in the src/ folder will automatically be included. But if that is so, in which order?