Nilorea Library
C utilities for networking, threading, graphics
Loading...
Searching...
No Matches
nilorea.h
Go to the documentation of this file.
1
9#ifndef __NILOREA_Unified_Library__
10
11#define __NILOREA_Unified_Library__
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17#include <nilorea/n_3d.h>
18#include <nilorea/n_common.h>
19#include <nilorea/n_log.h>
20#include <nilorea/n_list.h>
23#include <nilorea/n_hash.h>
24#include <nilorea/n_network.h>
26#include <nilorea/n_nodup_log.h>
27#include <nilorea/n_pcre.h>
28#include <nilorea/n_signals.h>
29#include <nilorea/n_stack.h>
30#include <nilorea/n_str.h>
32#include <nilorea/n_time.h>
33#include <nilorea/n_user.h>
34#include <nilorea/n_zlib.h>
35#include <nilorea/n_games.h>
36
37#ifdef HAVE_KAFKA
38#include <nilorea/n_kafka.h>
39#endif
40
41#ifdef HAVE_ALLEGRO
42#include <nilorea/n_anim.h>
43#include <nilorea/n_gui.h>
44#include <nilorea/n_particles.h>
45#include <nilorea/n_gui.h>
46#endif
47
48#ifdef __cplusplus
49}
50#endif
51
52#endif /*#ifndef __NILOREA_Unified_Library__*/
Simple 3D movement simulation.
Animations graphics and animations parameters.
Common headers and low-level functions & define.
Config file reading and writing.
Exception management for C.
Games helpers functions.
GUI headers.
Hash functions and table.
Kafka generic produce and consume event header.
List structures and definitions.
Generic log system.
Network Engine.
Network messages , serialization tools.
Generic No Dup Log system.
Particles management.
PCRE helpers for regex matching.
Signals general handling with stack printing, from https://gist.github.com/jvranish/4441299.
N_STR and string function declaration.
Thread pool declaration.
Timing utilities.
USERS handling for tiny game apps.
ZLIB compression handler.