PDA

View Full Version : How to import or link vizards


djones1010
02-26-2009, 06:13 PM
I am having a hard time find the equivalent of {#include "file.cpp"} or {#include "file.h"} in vizard. Could some help me either import or link 2 files?

farshizzo
03-02-2009, 09:14 AM
Vizard uses the Python language for scripting. I suggest you read through the Python tutorial in the Vizard documentation.

To gain access to functions/variables in other files, you must use the import statement.