00001 // rdCntr.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 __rdCntr_h__ 00010 #define __rdCntr_h__ 00011 00012 // INCLUDES 00013 #include "rdSimulationDLL.h" 00014 #include <stdlib.h> 00015 #include <stdio.h> 00016 #include <string.h> 00017 00018 #endif // __rdCntr_h__
1.3