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 * 00008 * Michiel Hagedoorn 00009 * Side Effects Software Inc. 00010 * 123 Front Street West, Suite 1401 00011 * Toronto, Ontario 00012 * Canada M5J 2M2 00013 * 416-504-9876 00014 */ 00015 00016 #ifndef __CLO_Initialization_h__ 00017 #define __CLO_Initialization_h__ 00018 00019 #include "CLO_API.h" 00020 00021 // Call this initialization function to register all data types, solvers, 00022 // and colliders in this library. 00023 CLO_API void initializeCLO(); 00024 00025 #endif
1.5.9