solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit 1f6d28863f693918e016342c3e86c29ba56fce12
parent a658712d319a3933cc75b5e0f2a29069b2e0ffd1
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 14 Nov 2016 11:47:30 +0100

Add a missing forward declaration.

Diffstat:
Msrc/test_ssol_materials.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/test_ssol_materials.h b/src/test_ssol_materials.h @@ -16,6 +16,8 @@ #ifndef TEST_SSOL_MATERIALS_H #define TEST_SSOL_MATERIALS_H +struct ssol_device; + static void get_shader_normal (struct ssol_device* dev,