Nilorea Library
C utilities for networking, threading, graphics
ex_fluid_config.h
1
15#ifndef _N_FLUID_CONFIG
16#define _N_FLUID_CONFIG
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22#include "nilorea/n_fluids.h"
23
24 int load_app_state( char *state_filename , size_t *WIDTH , size_t *HEIGHT , bool *fullscreen , char **bgmusic , double *drawFPS , double *logicFPS , N_FLUID *fluid , int *threaded );
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif
structure of a fluid
Definition: n_fluids.h:54
fluid management port from "How to write an Eulerian fluid simulator with 200 lines of code",...