mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +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
|