SynGame/allegro/include/allegro5/internal/aintern_transform.h

10 lines
205 B
C
Raw Normal View History

2019-09-10 11:14:36 +03:00
#ifndef __al_included_allegro5_aintern_transform_h
#define __al_included_allegro5_aintern_transform_h
bool _al_transform_is_translation(const ALLEGRO_TRANSFORM* trans,
float *dx, float *dy);
#endif