mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 21:39:48 +00:00
10 lines
172 B
C
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
|