Nilorea Library
C utilities for networking, threading, graphics
Loading...
Searching...
No Matches
n_allegro5.h
Go to the documentation of this file.
1
9#ifndef __NILOREA_ALLEGRO5_HELPER__
10#define __NILOREA_ALLEGRO5_HELPER__
11
12#ifdef __cplusplus
13extern "C" {
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:18