either create a wdl file with same name of your manin c file and use

PATH "models";
PATH "terrain";

or use

#define PRAGMA_PATH "models"
#define PRAGMA_PATH "terrain"

in lite-c


3333333333