View Single Post
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 08-20-2014 , 14:04   Re: Spider - A Replacement Webcompiler
Reply With Quote #22

I am sure you can also include .inl files in SourcePawn projects. There are multiple extenisons which can be included to a .sma/.sp file, .inl being one of them, often used to split code in more files, for readability. For instance, put stock is one file, and constants in other one, and then include both in your main project.
klippy is offline