00001 // rdActuators.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 __rdActuators_h__ 00010 #define __rdActuators_h__ 00011 00012 #include "rdActuatorsDLL.h" 00013 00014 //============================================================================= 00015 //============================================================================= 00022 class RDACTUATORS_API rdActuators 00023 { 00024 //============================================================================= 00025 // DATA 00026 //============================================================================= 00027 public: 00028 00029 //============================================================================= 00030 // METHODS 00031 //============================================================================= 00032 public: 00033 00034 00035 //============================================================================= 00036 }; // END class rdActuators 00037 //============================================================================= 00038 //============================================================================= 00039 00040 #endif // __rdActuators_h__
1.3