mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
10 lines
134 B
C++
10 lines
134 B
C++
#pragma once
|
|
|
|
class PointerWrap;
|
|
|
|
void Register_sceReg();
|
|
|
|
void __RegInit();
|
|
void __RegShutdown();
|
|
void __RegDoState(PointerWrap &p);
|