X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fmaterial-types.h;fp=src%2Fmaterial-types.h;h=69de5d0417f630c90e18873f63c2aa9943415be1;hb=d461760a76c8cd8667d4210d628738db05270366;hp=0000000000000000000000000000000000000000;hpb=f0d999bd6865a03c42a2d7378fd60c7a469201f2;p=guile-irrlicht.git diff --git a/src/material-types.h b/src/material-types.h new file mode 100644 index 0000000..69de5d0 --- /dev/null +++ b/src/material-types.h @@ -0,0 +1,35 @@ +/* guile-irrlicht --- GNU Guile bindings for Irrlicht Engine + + Copyright (C) 2020 Javier Sancho + + This file is part of guile-irrlicht. + + guile-irrlicht is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation; either version 3 of the + License, or (at your option) any later version. + + guile-irrlicht is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with guile-irrlicht. If not, see + . +*/ + +#ifndef __GUILE_IRRLICHT_MATERIAL_TYPES_H_INCLUDED__ +#define __GUILE_IRRLICHT_MATERIAL_TYPES_H_INCLUDED__ + +#include +#include + +extern "C" { + + irr::video::E_MATERIAL_TYPE + scm_to_material_type (SCM material_type); + +} + +#endif