View Single Post
sdz
Senior Member
Join Date: Feb 2012
Old 04-26-2019 , 21:57   Re: Is ti possible to include .sp files?
Reply With Quote #7

includes inside of angle brackets (<this>) should be used for compiler specific inclusion or something like that, this is a c and c++ thing
anything else like externals, go enclosed in quotations like "this.sp"

although im fairly sure it will also include .inc files if you do like #include <includefile>

Last edited by sdz; 04-26-2019 at 21:57.
sdz is offline