summaryrefslogtreecommitdiffstats
path: root/Smoke/normals.h
blob: f61b2485a940fcd8b24290cd0683f42aca65bdfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _NORMALS_H
#define _NORMALS_H

void normals_set_render(int render_normals);
int normals_get_render(void);

void normals_set_render2(int render_normals);
int normals_get_render2(void);

void normals_set_frame(struct point *normals);
struct point *normals_get_frame(void);

#endif