summaryrefslogtreecommitdiffstats
path: root/Smoke/normals.h
blob: 4763c4562b0a70eab154e81658a8d5ae961a687d (plain)
1
2
3
4
5
6
7
8
9
10
#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);

#endif