That tutorial explains how to write a library. An include on its own is just that, in included file. Contents could be anything. The content is simply inserted at the desired position during compilation. For example, you could copy all your objects to a separate file and then use something like
pawn Код:
public OnGameModeInit() { #tryinclude "myObjects.pwn" return1; }