Nilorea Library
C utilities for networking, threading, graphics
Loading...
Searching...
No Matches
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#endif
14
20#include <allegro5/allegro.h>
21#include <allegro5/allegro_audio.h>
22#include <allegro5/allegro_acodec.h>
23#include <allegro5/allegro_font.h>
24#include <allegro5/allegro_image.h>
25#include <allegro5/allegro_primitives.h>
26#include <allegro5/allegro_image.h>
27#include <allegro5/allegro_native_dialog.h>
28#include <allegro5/allegro_ttf.h>
29
30int get_keyboard(ALLEGRO_USTR* str, ALLEGRO_EVENT event);
31
36#ifdef __cplusplus
37}
38#endif
39
40#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:17