00001 00002 00003 00004 00005 #include "Volumizer.h" 00006 00007 #ifndef __ORTHOWND_H__ 00008 #define __ORTHOWND_H__ 00009 00010 ATOM RegisterOrthoClass(HINSTANCE); 00011 LRESULT CALLBACK OrthoProc(HWND, UINT, WPARAM, LPARAM); 00012 00013 void BuildOrthoSlice(HWND); 00014 void DrawOrtho(HWND); 00015 00016 extern int xslice, yslice, zslice; 00017 00018 #endif //__ORTHOWND_H__