Nilorea Library
C utilities for networking, threading, graphics
Loading...
Searching...
No Matches
ex_fluid_config.h
Go to the documentation of this file.
1
9
#ifndef _N_FLUID_CONFIG
10
#define _N_FLUID_CONFIG
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
#include "
nilorea/n_fluids.h
"
17
18
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);
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
drawFPS
double drawFPS
Definition
ex_fluid.c:45
fullscreen
bool fullscreen
Definition
ex_fluid.c:56
bgmusic
char * bgmusic
Definition
ex_fluid.c:57
logicFPS
double logicFPS
Definition
ex_fluid.c:46
load_app_state
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)
Definition
ex_fluid_config.c:14
WIDTH
#define WIDTH
Definition
ex_gui.c:9
HEIGHT
#define HEIGHT
Definition
ex_gui.c:10
N_FLUID
structure of a fluid
Definition
n_fluids.h:51
n_fluids.h
Fluid management port from "How to write an Eulerian fluid simulator with 200 lines of code",...
examples
ex_fluid_config.h
Generated on Wed Jul 16 2025 22:55:56 for Nilorea Library by
1.9.8