Nilorea Library
C utilities for networking, threading, graphics
n_allegro5.h
Go to the documentation of this file.
1
8#ifndef __NILOREA_ALLEGRO5_HELPER__
9#define __NILOREA_ALLEGRO5_HELPER__
10
11#ifdef __cplusplus
12extern "C"
13{
14#endif
15
21#include <allegro5/allegro.h>
22#include <allegro5/allegro_audio.h>
23#include <allegro5/allegro_acodec.h>
24#include <allegro5/allegro_font.h>
25#include <allegro5/allegro_image.h>
26#include <allegro5/allegro_primitives.h>
27#include <allegro5/allegro_image.h>
28#include <allegro5/allegro_native_dialog.h>
29#include <allegro5/allegro_ttf.h>
30
31int get_keyboard( ALLEGRO_USTR *str, ALLEGRO_EVENT event );
32
37#ifdef __cplusplus
38}
39#endif
40
41#endif /* #ifndef __NILOREA_ALLEGRO5_HELPER__ */
int get_keyboard(ALLEGRO_USTR *str, ALLEGRO_EVENT event)
update a keyboard buffer from an event
Definition: n_allegro5.c:19