added android makefiles
ensure data directory is created
This commit is contained in:
parent
34bd4d1bbd
commit
6bcf41c5d2
5 changed files with 53 additions and 4 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue