Initial mouse code(mouse graphics driver from Chronoshift). Very buggy.

This commit is contained in:
Justin Marshall
2020-06-07 08:54:51 -07:00
parent ffe6688efa
commit cc256ffb89
11 changed files with 430 additions and 65 deletions
+2
View File
@@ -449,6 +449,7 @@
<ClCompile Include="Win32Lib\IRANDOM.CPP" />
<ClCompile Include="Win32Lib\LOAD.CPP" />
<ClCompile Include="Win32Lib\LOADFONT.CPP" />
<ClCompile Include="WIN32LIB\MouseShape.cpp" />
<ClCompile Include="Win32Lib\MOUSEWW.CPP" />
<ClCompile Include="Win32Lib\PALETTE.CPP" />
<ClCompile Include="Win32Lib\SET_FONT.CPP" />
@@ -739,6 +740,7 @@
<ClInclude Include="Win32Lib\MODEMREG.H" />
<ClInclude Include="Win32Lib\MONO.H" />
<ClInclude Include="Win32Lib\MOUSE.H" />
<ClInclude Include="WIN32LIB\MouseShape.h" />
<ClInclude Include="Win32Lib\PALETTE.H" />
<ClInclude Include="Win32Lib\PLAYCD.H" />
<ClInclude Include="Win32Lib\PROFILE.H" />