Files
desktop-apps/macos/Vendor/PFMoveApplication/PFMoveApplication.h
Maxim Kadushkin 2ce7cd2c65 added app sources
2016-09-21 14:03:58 +03:00

18 lines
303 B
C

//
// PFMoveApplication.h, version 1.19
// LetsMove
//
// Created by Andy Kim at Potion Factory LLC on 9/17/09
//
// The contents of this file are dedicated to the public domain.
#ifdef __cplusplus
extern "C" {
#endif
void PFMoveToApplicationsFolderIfNecessary(void);
#ifdef __cplusplus
}
#endif