Log in

View Full Version : Camera variable scope question


Validius
28-01-2006, 08:54
If i include camera.h in one of my files will the camera varibles(T_Packet_Data for example) have their correct values?

Mark McLeod
28-01-2006, 09:24
If i include camera.h in one of my files will the camera varibles(T_Packet_Data for example) have their correct values?
Yes. Every function sees the same global variables.