X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fprimitive-types.h;fp=src%2Fprimitive-types.h;h=a3c8bb652da62c7ed843cd4a4c70f041c7082ebd;hp=0000000000000000000000000000000000000000;hb=f0d999bd6865a03c42a2d7378fd60c7a469201f2;hpb=5e5b0caed972e0b225199551aff09c399edb8d3c diff --git a/src/primitive-types.h b/src/primitive-types.h new file mode 100644 index 0000000..a3c8bb6 --- /dev/null +++ b/src/primitive-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_PRIMITIVE_TYPES_H_INCLUDED__ +#define __GUILE_IRRLICHT_PRIMITIVE_TYPES_H_INCLUDED__ + +#include +#include + +extern "C" { + + irr::scene::E_PRIMITIVE_TYPE + scm_to_primitive_type (SCM primitive_type); + +} + +#endif