aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/mimesh/libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/mimesh/libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.h')
-rw-r--r--src/others/mimesh/libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/others/mimesh/libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.h b/src/others/mimesh/libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.h
new file mode 100644
index 0000000..aaa0718
--- /dev/null
+++ b/src/others/mimesh/libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.h
@@ -0,0 +1,43 @@
1/* $Id$ */
2
3/*
4 libg3d - 3D object loading library
5
6 Copyright (C) 2005-2009 Markus Dahms <mad@automagically.de>
7
8 This library is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Lesser General Public
10 License as published by the Free Software Foundation; either
11 version 2.1 of the License, or (at your option) any later version.
12
13 This library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Lesser General Public License for more details.
17
18 You should have received a copy of the GNU Lesser General Public
19 License along with this library; if not, write to the Free Software
20 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21*/
22#ifndef _IMP_MAYA_CALLBACKS_H
23#define _IMP_MAYA_CALLBACKS_H
24
25#include <g3d/iff.h>
26
27gboolean maya_cb_CMPD(G3DIffGlobal *global, G3DIffLocal *local);
28gboolean maya_cb_CREA(G3DIffGlobal *global, G3DIffLocal *local);
29gboolean maya_cb_CWFL(G3DIffGlobal *global, G3DIffLocal *local);
30gboolean maya_cb_DBLn(G3DIffGlobal *global, G3DIffLocal *local);
31gboolean maya_cb_DBL2(G3DIffGlobal *global, G3DIffLocal *local);
32gboolean maya_cb_DBL3(G3DIffGlobal *global, G3DIffLocal *local);
33gboolean maya_cb_DBLE(G3DIffGlobal *global, G3DIffLocal *local);
34gboolean maya_cb_DMSH(G3DIffGlobal *global, G3DIffLocal *local);
35gboolean maya_cb_FLT3(G3DIffGlobal *global, G3DIffLocal *local);
36gboolean maya_cb_MATR(G3DIffGlobal *global, G3DIffLocal *local);
37gboolean maya_cb_MESH(G3DIffGlobal *global, G3DIffLocal *local);
38gboolean maya_cb_PCUB(G3DIffGlobal *global, G3DIffLocal *local);
39gboolean maya_cb_PCYL(G3DIffGlobal *global, G3DIffLocal *local);
40gboolean maya_cb_STR_(G3DIffGlobal *global, G3DIffLocal *local);
41gboolean maya_cb_XFRM(G3DIffGlobal *global, G3DIffLocal *local);
42
43#endif /* _IMP_MAYA_CALLBACKS_H */