mirror of
https://github.com/love2d/megasource.git
synced 2026-08-18 19:54:37 +02:00
11 lines
174 B
C
11 lines
174 B
C
// ExtractingFilePath.h
|
|
|
|
#ifndef __EXTRACTINGFILEPATH_H
|
|
#define __EXTRACTINGFILEPATH_H
|
|
|
|
#include "Common/MyString.h"
|
|
|
|
void MakeCorrectPath(UStringVector &pathParts);
|
|
|
|
#endif
|