00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * Side Effects Software Inc 00008 * 477 Richmond Street West 00009 * Toronto, Ontario 00010 * Canada M5V 3E7 00011 * 416-504-9876 00012 * 00013 * NAME: FS_Utils.h ( FS Library, C++) 00014 * 00015 * COMMENTS: 00016 * 00017 */ 00018 00019 #ifndef __FS_Utils__ 00020 #define __FS_Utils__ 00021 00022 #include "FS_API.h" 00023 00024 extern "C" { 00025 DLLEXPORT extern void installFSHelpers(); 00026 } 00027 00028 FS_API void FSloadCustomHelpers(); 00029 00030 #endif 00031
1.5.9