00001 00002 // $Workfile: WWhizInterface2Loader.h $ 00003 // $Archive: /WorkspaceWhiz/Src/Shared/WWhizInterface2Loader.h $ 00004 // $Date:: 1/03/01 12:13a $ $Revision:: 10 $ $Author: Jjensen $ 00006 // This source file is part of the Workspace Whiz! source distribution and 00007 // is Copyright 1997-2001 by Joshua C. Jensen. (http://workspacewhiz.com/) 00008 // 00009 // The code presented in this file may be freely used and modified for all 00010 // non-commercial and commercial purposes so long as due credit is given and 00011 // this header is left intact. 00013 #pragma once 00014 00015 class WWhizInterface; 00016 struct WWhizReg; 00017 struct IApplication; 00018 00022 WWhizInterface* __cdecl WWhizInterface2Create(HINSTANCE hInstance, IApplication* pApplication); 00023 00027 void __cdecl WWhizInterface2Destroy();