mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
10 lines
200 B
C
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
|