mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
8 lines
175 B
C++
8 lines
175 B
C++
#include "PLAliases.h"
|
|
|
|
OSErr ResolveAliasFile(FSSpecPtr fsSpec, Boolean recursive, Boolean *outIsFolder, Boolean *outWasAliased)
|
|
{
|
|
PL_NotYetImplemented();
|
|
return noErr;
|
|
}
|