mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-27 15:40:51 +00:00
20 lines
244 B
C
20 lines
244 B
C
/**
|
|
* @file proxy.h
|
|
*/
|
|
#ifndef PROXY_H
|
|
#define PROXY_H
|
|
|
|
#include "common.h"
|
|
#include <alo.h>
|
|
|
|
struct PROXY
|
|
{
|
|
DL dlProxyRoot;
|
|
DLE dleProxy;
|
|
undefined4 unk_0x8;
|
|
undefined4 unk_0xC;
|
|
undefined4 unk_0x10;
|
|
};
|
|
|
|
#endif // PROXY_H
|