trying some testing defining some View* entity.. encountered an error???
"Error in 'MAIN' line 7: syntax error
< VIEW* 1st_person =
>
"
#include <acknex.h>
#include <atypes.h>
#include <default.c>
#define PRAGMA_PATH "Models";
VIEW* 1st_person =
{
layer = 1;
pos_x = 0;
pos_y = 0;
flags = VISIBLE;
}
function init_cameras_startup()
{
....
}
function main()
{
video_mode = 8;
level_load("test.wmb");
wait(1);
}
what's wrong?

I already tried to put #include <atypes.h> and take it off.. still not fixed...