mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-01-18 05:08:55 +01:00
22bd4b9277
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.
8 lines
69 B
C++
8 lines
69 B
C++
#pragma once
|
|
|
|
namespace nall {
|
|
|
|
template<typename T> struct view;
|
|
|
|
}
|