Changed: Partially abstracted the windows version of OpenArena::Window CreateGLWindow and KillGLWindow are now part of the Window class ResizeGLScene and InitGL are now callbacks

This commit is contained in:
2005-06-26 10:55:03 -04:00
parent 14407e8103
commit 6e11904c95
4 changed files with 48 additions and 8 deletions

View File

@@ -183,6 +183,9 @@
<File
RelativePath=".\src\vector.cpp">
</File>
<File
RelativePath=".\src\window.cpp">
</File>
<File
RelativePath=".\src\windows.cpp">
</File>