7 lines
147 B
C
7 lines
147 B
C
#ifndef __INSTALL_H__
|
|
#define __INSTALL_H__
|
|
#define INSTALLED_FLAG_FILE "__DO_NOT_REMOVE__"
|
|
void addMod(const char * filePath, int appId);
|
|
|
|
#endif
|