This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #838 from aap/master
implemented CMemoryHeap
- Loading branch information
Showing
with
804 additions
and 10 deletions.
- +1 −1 src/core/main.cpp
- +28 −4 src/fakerw/fake.cpp
- +3 −3 src/fakerw/rwplcore.h
- +556 −0 src/rw/MemoryHeap.cpp
- +196 −0 src/rw/MemoryHeap.h
- +9 −0 src/skel/glfw/glfw.cpp
- +10 −1 src/skel/win/win.cpp
- +1 −1 vendor/librw
There are no files selected for viewing
Oops, something went wrong.