mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-26 08:29:10 +12:00
Formatting changes
This commit is contained in:
parent
b89a21444e
commit
d4f0b22748
3 changed files with 17 additions and 20 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
class Memory;
|
||||
|
||||
typedef std::list<FcramBlock> FcramBlockList;
|
||||
using FcramBlockList = std::list<FcramBlock>;
|
||||
|
||||
class KFcram {
|
||||
struct Region {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue