spidey-decomp/dcshellutils.h
2024-05-29 19:09:09 +02:00

10 lines
172 B
C

#pragma once
#ifndef DCSHELLUTILS_H
#define DCSHELLUTILS_H
#include "export.h"
EXPORT void Load8BitBMP2(char *, char **, int *, int *, unsigned __int16 *, bool);
#endif