convert line ends
[canaan.git] / prj / tech / winsrc / input / inpdynf.cpp
blob06c44080fe5ac0ad7aa970e520266b953afab042
1 ///////////////////////////////////////////////////////////////////////////////
2 // $Source: x:/prj/tech/winsrc/input/RCS/inpdynf.cpp $
3 // $Author: JON $
4 // $Date: 1997/10/06 20:46:01 $
5 // $Revision: 1.1 $
6 //
8 #include <windows.h>
9 #include <dinput.h>
11 #include "inpdynf.h"
13 ImplDynFunc(DirectInputCreateA, "dinput.dll", "DirectInputCreateA", 0);
15 BOOL LoadDirectInput()
17 return (DynFunc(DirectInputCreateA).Load());