Files
Aerofoil/PortabilityLayer/PLAliases.h
2019-11-11 00:11:59 -05:00

10 lines
200 B
C

#pragma once
#ifndef __PL_ALIASES_H__
#define __PL_ALIASES_H__
#include "PLCore.h"
OSErr ResolveAliasFile(FSSpecPtr fsSpec, Boolean recursive, Boolean *outIsFolder, Boolean *outWasAliased);
#endif