Files
Orbis-Suite-3.0/Playstation/OrbisToolbox-2.0/Debug.h
T
2022-07-31 21:46:49 -06:00

15 lines
160 B
C++

#pragma once
class Debug
{
public:
Debug();
~Debug();
void HandleAPI(OrbisNetId Sock, APIPacket* Packet);
private:
bool IsDebugging;
int CurrentPID;
};