13.04.2017, 07:52
.inc files doesn't need to be compiled, you just save them and include them in your script
Код:
//Like this #include <something> //Or this #include "something.inc"