00001 /***************************************************************************** 00002 * $Id: rover.h,v 1.19 2003/07/16 11:42:15 schou Exp $ 00003 * Author: Jakob Schou Jensen <schou@sourceforge.net> 00004 * Licence: GPL 00005 * 00006 * Description: Rover main header file 00007 * 00008 ****************************************************************************/ 00009 00015 #ifndef ROVER_H 00016 #define ROVER_H 00017 #include <adsosurf.h> 00018 #include <adsotexture.h> 00019 #include <adsomodel.h> 00020 00021 void setMessageDuration(float t); 00022 00023 #endif 00024
1.3.2