1998-03-19 18:42:24 -08:00
|
|
|
#ifndef MAPOBJECTAPPLYH
|
|
|
|
|
#define MAPOBJECTAPPLYH
|
|
|
|
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <math.h>
|
|
|
|
|
#include <gdk/gdk.h>
|
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
|
#include <gck/gck.h>
|
|
|
|
|
#include <libgimp/gimp.h>
|
|
|
|
|
|
|
|
|
|
#include "mapobject_main.h"
|
|
|
|
|
#include "mapobject_image.h"
|
|
|
|
|
|
|
|
|
|
extern gdouble imat[4][4];
|
1998-07-15 17:45:41 -07:00
|
|
|
extern gfloat rotmat[16];
|
1998-03-19 18:42:24 -08:00
|
|
|
extern void init_compute(void);
|
|
|
|
|
extern void compute_image(void);
|
|
|
|
|
|
|
|
|
|
#endif
|