Skip to content

Commit

Permalink
Begin porting WinGLNative to C.
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Aug 17, 2017
1 parent 083316b commit 5b28cdc
Show file tree
Hide file tree
Showing 4 changed files with 653 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Client/Client.vcxproj
Expand Up @@ -326,6 +326,7 @@
<ClCompile Include="WinErrorHandler.c" />
<ClCompile Include="WinIO.c" />
<ClCompile Include="WinPlatform.c" />
<ClCompile Include="WinWindow.c" />
<ClCompile Include="World.c" />
<ClCompile Include="WorldEnv.c" />
<ClCompile Include="ZombieModel.c" />
Expand Down
3 changes: 3 additions & 0 deletions src/Client/Client.vcxproj.filters
Expand Up @@ -635,5 +635,8 @@
<ClCompile Include="Mouse.c">
<Filter>Source Files\Platform\Window</Filter>
</ClCompile>
<ClCompile Include="WinWindow.c">
<Filter>Source Files\Platform</Filter>
</ClCompile>
</ItemGroup>
</Project>

0 comments on commit 5b28cdc

Please sign in to comment.