spidey-decomp/DXinit.h

11 lines
133 B
C

#pragma once
#ifndef DXINIT_H
#define DXINIT_H
#include "export.h"
EXPORT void DXINIT_GetCurrentResolution(int *, int *);
#endif