Hey Guys.
As the topic name says, I'm searching for the lite-c path function.
I created in the Project Dir some dir's for models, bmps etc.
looks like this:
#include <acknex.h>
#include <default.c>
path "data\\model\\chars";
path "data\\model\\env";
path "data\\model\\plants";
path "data\\bmp";
that's the top of my main lite-c-script.
but when I fire up the engine, it says " path is an undeclared identifier".
what's wrong? I searched for it in the lite-c manual but I found this command only for this purpose.

greetz