mirror of
https://github.com/love2d/love-android.git
synced 2026-08-18 19:54:18 +02:00
11 lines
166 B
C
11 lines
166 B
C
// WorkDir.h
|
|
|
|
#ifndef __WORKDIR_H
|
|
#define __WORKDIR_H
|
|
|
|
#include "ZipRegistry.h"
|
|
|
|
UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path);
|
|
|
|
#endif
|