The R Project SVN R

Rev

Rev 10541 | Rev 11597 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10541 Rev 11067
Line 16... Line 16...
16
 *  along with this program; if not, write to the Free Software
16
 *  along with this program; if not, write to the Free Software
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 */
18
 */
19
 
19
 
20
#include "Graphics.h"
20
#include "Graphics.h"
-
 
21
#include "R_ext/Boolean.h"
21
int GADeviceDriver(DevDesc*, char*, double, double, double, int);
22
Rboolean GADeviceDriver(DevDesc*, char*, double, double, double, Rboolean);
22
 
23