linker: CMake-ify

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-18 15:54:29 +01:00
parent e8c8fbd2bf
commit 717609a900
12 changed files with 151 additions and 21 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef IMAGE_UTIL_H
#define IMAGE_UTIL_H
bool openImage( const char *img );
bool makeExe( int entry );
bool replaceRsrc( int type,int id,int land,void *data,int data_sz );
void closeImage();
#endif