00001 00002 // RayWnd.h 00004 00005 #include "Volumizer.h" 00006 00007 #ifndef __RAYWND_H__ 00008 #define __RAYWND_H__ 00009 00010 ATOM RegisterRayClass(HINSTANCE); 00011 LRESULT CALLBACK RayProc(HWND, UINT, WPARAM, LPARAM); 00012 void InitCam(); 00013 void InitLight(); 00014 00015 #endif //__RAYWND_H__