mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 21:39:48 +00:00
11 lines
133 B
C
11 lines
133 B
C
#pragma once
|
|
|
|
#ifndef DXINIT_H
|
|
#define DXINIT_H
|
|
|
|
#include "export.h"
|
|
|
|
EXPORT void DXINIT_GetCurrentResolution(int *, int *);
|
|
|
|
#endif
|