I've updated to A7.05 and have the following codes
in my main.c
PATH "Art\\Texture";
PATH "Art\\weapon";
PATH "Art\\fx";
and in my work folder, I've the following directory
structure :
..\main\Art\Texture
..\main\Art\weapon
..\main\art\fx
When I compile main.c, I got this error message :
Error in 'MAIN' line 1: 'PATH' undeclared identifier
<PATH "Art\\Texture";>
Any ideas?