00001 // rdIntegrator.h 00002 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00003 // Copyright 2000 Realistic Dynamics, Inc. 00004 // All rights reserved. 00005 // 00006 // Please do not read, copy, distribute, or use without permission. 00007 // Contact: Frank C. Anderson, fca@RealisticDynamics.com 00008 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00009 #ifndef __rdIntegrator_h__ 00010 #define __rdIntegrator_h__ 00011 00012 00013 // INCLUDES 00014 #include "rdSimulationDLL.h" 00015 00016 00017 //============================================================================= 00018 // DECLARE A BASE CLASS HERE IF BASE FUNCTIONALITY IS DESIRED 00019 //============================================================================= 00020 00021 #endif // __rdIntegrator_h__
1.3