added android makefiles

ensure data directory is created
This commit is contained in:
jeefo 2015-12-30 09:16:01 +03:00
commit 6bcf41c5d2
5 changed files with 53 additions and 4 deletions

View file

@ -959,8 +959,8 @@ extern bool OpenConfig(const char *fileName, const char *errorIfNotExists, File
}
const char *GetWaypointDir (void)
{
return FormatBuffer ("%s/addons/yapb/data/", GetModName ());
{
return FormatBuffer ("%s/addons/yapb/data/", GetModName ());
}
extern void RegisterCommand(const char *command, void funcPtr (void))