home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / Palm Finder 2 / Src / App Sources / prefs.cpp < prev    next >
Encoding:
Text File  |  2001-06-23  |  138 b   |  12 lines

  1. // prefs.cpp
  2.  
  3. #include "prefs.h"
  4.  
  5.  
  6. static FinderPrefsType global_prefs;
  7.  
  8. FinderPrefsType* 
  9. prefs::get_prefs() {
  10.     return &global_prefs;
  11. };
  12.