00001 // rdmTools.h 00002 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00003 // Copyright 2003 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 __rdmTools_h__ 00010 #define __rdmTools_h__ 00011 00012 00013 // INCLUDES 00014 #include "rdmToolsDLL.h" 00015 #include <stdlib.h> 00016 #include <stdio.h> 00017 #include <string.h> 00018 #include <math.h> 00019 00020 00021 #endif // __rdmTools_h__ 00022 00023
1.3