Files
Orbis-Suite-3.0/Playstation/OrbisLibAPI/Debug.cpp
T

23 lines
197 B
C++

#include "Common.h"
#include "Debug.h"
void Debug::HandleAPI(OrbisNetId Sock, APIPacket* Packet)
{
switch (Packet->Command)
{
default:
break;
}
}
Debug::Debug()
{
}
Debug::~Debug()
{
}