PIKApp/plug-ins/map-object/map-object-apply.h

11 lines
207 B
C
Raw Normal View History

2023-09-26 00:35:21 +02:00
#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__ */