00001 #pragma once 00002 00003 #ifndef __v_light_h 00004 #define __v_light_h 00005 00006 #include "VVector.h" 00007 00011 typedef struct 00012 { 00013 VVector mPosition; 00014 VVector mView; 00015 } vLight; 00016 00017 #endif //__v_light_h