bsnes/nall/view.hpp
Tim Allen 22bd4b9277 Update to v106r52 release.
byuu says:

I stand corrected, I managed to create and even larger diff than ever.
This one weighs in at 309KiB `>__>`

I'll have to create a changelog later, I'm too tired right now to go
through all of that.
2018-07-25 22:24:03 +10:00

8 lines
69 B
C++

#pragma once
namespace nall {
template<typename T> struct view;
}