Files
Aerofoil/PortabilityLayer/PLNavigation.cpp

14 lines
367 B
C++
Raw Permalink Normal View History

2019-11-11 00:11:59 -05:00
#include "PLNavigation.h"
2019-12-29 06:38:18 -05:00
PLError_t NavGetDefaultDialogOptions(NavDialogOptions *options)
2019-11-11 00:11:59 -05:00
{
PL_NotYetImplemented();
2019-12-29 06:38:18 -05:00
return PLErrors::kNone;
2019-11-11 00:11:59 -05:00
}
2019-12-29 06:38:18 -05:00
PLError_t NavPutFile(AEDesc *defaultLocation, NavReplyRecord *reply, NavDialogOptions *dlgOptions, void *unknown, UInt32 fileType, UInt32 fileCreator, void *unknown2)
2019-11-11 00:11:59 -05:00
{
PL_NotYetImplemented();
2019-12-29 06:38:18 -05:00
return PLErrors::kNone;
2019-11-11 00:11:59 -05:00
}