mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Destroy/release objects and recreate render view target on resolution change of the application
29 lines
440 B
C
29 lines
440 B
C
#pragma once
|
|
|
|
/* Structures */
|
|
typedef unsigned __int64 QWORD;
|
|
|
|
struct __declspec(align(8)) netpacket_t
|
|
{
|
|
DWORD family_maybe;
|
|
sockaddr_in sin;
|
|
WORD sin_port;
|
|
BYTE gap16;
|
|
BYTE byte17;
|
|
DWORD source;
|
|
double received;
|
|
unsigned __int8* data;
|
|
QWORD label;
|
|
BYTE byte38;
|
|
QWORD qword40;
|
|
QWORD qword48;
|
|
BYTE gap50[8];
|
|
QWORD qword58;
|
|
QWORD qword60;
|
|
QWORD qword68;
|
|
int less_than_12;
|
|
DWORD wiresize;
|
|
BYTE gap78[8];
|
|
QWORD qword80;
|
|
};
|