2014-01-31 08:23:00 +13:00
|
|
|
|
|
|
|
|
#ifndef IMAGE_UTIL_H
|
|
|
|
|
#define IMAGE_UTIL_H
|
|
|
|
|
|
2019-01-18 17:03:57 +01:00
|
|
|
bool openImage(const char* img);
|
|
|
|
|
bool makeExe(int entry);
|
|
|
|
|
bool replaceRsrc(int type, int id, int land, void* data, int data_sz);
|
2014-01-31 08:23:00 +13:00
|
|
|
void closeImage();
|
|
|
|
|
|
|
|
|
|
#endif
|