mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
14 lines
367 B
C++
14 lines
367 B
C++
#include "PLNavigation.h"
|
|
|
|
PLError_t NavGetDefaultDialogOptions(NavDialogOptions *options)
|
|
{
|
|
PL_NotYetImplemented();
|
|
return PLErrors::kNone;
|
|
}
|
|
|
|
PLError_t NavPutFile(AEDesc *defaultLocation, NavReplyRecord *reply, NavDialogOptions *dlgOptions, void *unknown, UInt32 fileType, UInt32 fileCreator, void *unknown2)
|
|
{
|
|
PL_NotYetImplemented();
|
|
return PLErrors::kNone;
|
|
}
|