Skip to content

unify(dx8wrapper): Migrate dx8wrapper.cpp and h to the core WW3D2 folder #1401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ cmake-build-*/
## Ninja
.ninja_deps
.ninja_log
build.ninja
build.ninja

out/build/x64-debug
out/build/x86-debug
4 changes: 2 additions & 2 deletions Core/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ set(WW3D2_SRC
#dx8vertexbuffer.h
dx8webbrowser.cpp
dx8webbrowser.h
#dx8wrapper.cpp
#dx8wrapper.h
dx8wrapper.cpp
dx8wrapper.h
dynamesh.cpp
dynamesh.h
font3d.cpp
Expand Down
Loading