Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
959 additions
and 248 deletions.
- +1 −0 VCS PC/Audio.cpp
- +1 −0 VCS PC/Audio.h
- +2 −0 VCS PC/FileMgr.cpp
- +1 −0 VCS PC/Font.cpp
- +1 −0 VCS PC/Font.h
- +640 −70 VCS PC/Frontend.cpp
- +32 −11 VCS PC/Frontend.h
- +12 −2 VCS PC/MemoryMgr.h
- +12 −0 VCS PC/Object.cpp
- +4 −0 VCS PC/Object.h
- +10 −0 VCS PC/PcSave.cpp
- +8 −0 VCS PC/PcSave.h
- +44 −18 VCS PC/RealTimeShadowMgr.cpp
- +2 −2 VCS PC/RealTimeShadowMgr.h
- +40 −0 VCS PC/Shadows.cpp
- +2 −0 VCS PC/Shadows.h
- +4 −4 VCS PC/UpdateManager.cpp
- +7 −0 VCS PC/UpdateManager.h
- +136 −141 VCS PC/VCSPC.cpp
There are no files selected for viewing
Oops, something went wrong.