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 * Mark Elendt 00008 * Side Effects Software Inc 00009 * 477 Richmond Street West 00010 * Toronto, Ontario 00011 * Canada M5V 3E7 00012 * 416-504-9876 00013 * 00014 * NAME: OP_VexFunction.h ( OP Library, C++) 00015 * 00016 * COMMENTS: VEX functions common to all OPs 00017 */ 00018 00019 #ifndef __OP_VexFunction__ 00020 #define __OP_VexFunction__ 00021 00022 #include "OP_API.h" 00023 class VEX_Context; 00024 class OP_Context; 00025 OP_API extern void OPinstallVexFunctions(VEX_Context &ctx); 00026 OP_API extern void OPsetVexCookTime(float now); 00027 00028 #endif 00029
1.5.9