SynGame/allegro/include/allegro5/platform/aintxglx.h

8 lines
207 B
C
Raw Normal View History

2019-09-10 11:14:36 +03:00
#ifndef __al_included_allegro5_aintxglx_h
#define __al_included_allegro5_aintxglx_h
ALLEGRO_DISPLAY_INTERFACE *_al_display_xglx_driver(void);
ALLEGRO_SYSTEM_INTERFACE *_al_system_xglx_driver(void);
#endif