Nilorea Library
C utilities for networking, threading, graphics
n_games.h File Reference

Games helpers functions. More...

#include "n_common.h"
#include "n_log.h"
#include "n_time.h"
+ Include dependency graph for n_games.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GAME_ENV
 Game Environment structure. More...
 

Macros

#define CPU_USE_FULL   -1
 full use of CPU More...
 
#define CPU_USE_LESS   10
 wait more More...
 
#define CPU_USE_NICE   0
 let the other process have some times More...
 

Functions

void destroy_game_env (GAME_ENV **game)
 
int init_game_env (GAME_ENV **game)
 
GAME_ENVload_game_config (char *config_name)
 load a config from file More...
 

Detailed Description

Games helpers functions.

Author
Castagnier Mickael
Version
1.0
Date
26/06/2015

Definition in file n_games.h.