blob: 7b06eda06b7384ae282df555cda943f55884b00a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __MAPOBJECT_APPLY_H__
#define __MAPOBJECT_APPLY_H__
extern gdouble imat[4][4];
extern gfloat rotmat[16];
void init_compute (void);
void compute_image (void);
#endif /* __MAPOBJECT_APPLY_H__ */
|