#define PRAGMA_PATH "%EXE_DIR%\templates\images";
#define PRAGMA_PATH "%EXE_DIR%\templates\models";
#define PRAGMA_PATH "%EXE_DIR%\templates\sounds";

#include <acknex.h>
#include <default.c>
#include "mtlFX.c"
FONT* panel_font = "ventfont.pcx"; // panel text font
The above is the first part of my control prog.
So why does it complain that FONT* is invalid?
(new to lite c but familiar to scripting)

Last edited by kiamonster; 12/20/08 13:59.