summaryrefslogtreecommitdiff
path: root/tests/render/pound-import.slang.h
AgeCommit message (Collapse)Author
2017-06-26Replace "auto-import" with `#import`Tim Foley
Right now `#import` only differs from `#include` in that it takes a string literal for a file name instead of a raw identifier (to which `.slang` gets appended). The next step is to make `#import` respect preprocessor state, while `__import` doesn't.