RPXLoadingModule/src/RPXLoading.h

11 lines
191 B
C

#pragma once
typedef struct __attribute((packed)) {
uint32_t command;
uint32_t target;
uint32_t filesize;
uint32_t fileoffset;
char path[256];
} LOAD_REQUEST;