PFMoveApplication.h 303 B

1234567891011121314151617
  1. //
  2. // PFMoveApplication.h, version 1.22
  3. // LetsMove
  4. //
  5. // Created by Andy Kim at Potion Factory LLC on 9/17/09
  6. //
  7. // The contents of this file are dedicated to the public domain.
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. void PFMoveToApplicationsFolderIfNecessary(void);
  12. #ifdef __cplusplus
  13. }
  14. #endif