Files

7 lines
162 B
C++
Raw Permalink Normal View History

#pragma once
2014-01-31 08:23:00 +13:00
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();