aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz/extantz.h')
-rw-r--r--src/extantz/extantz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h
index ccafc01..1f62496 100644
--- a/src/extantz/extantz.h
+++ b/src/extantz/extantz.h
@@ -291,7 +291,7 @@ Eina_Bool animateScene(globals *ourGlobals);
291void scenriDel(Scene_Data *scene); 291void scenriDel(Scene_Data *scene);
292void stuffsSetup(ExtantzStuffs *stuffs, Scene_Data *scene, int fake); 292void stuffsSetup(ExtantzStuffs *stuffs, Scene_Data *scene, int fake);
293ExtantzStuffs *addStuffs(char *uuid, char *name, char *description, char *owner, 293ExtantzStuffs *addStuffs(char *uuid, char *name, char *description, char *owner,
294 char *file, MeshType type, double px, double py, double pz, double rx, double ry, double rz, double rw); 294 char *file, MeshType type, double px, double py, double pz, double rx, double ry, double rz, double rw, double sx, double sy, double sz);
295void addMaterial(ExtantzStuffs *e, int face, TextureType type, char *file); 295void addMaterial(ExtantzStuffs *e, int face, TextureType type, char *file);
296 296
297winFang *filesAdd(globals *ourGlobals, char *path, Eina_Bool multi, Eina_Bool save); 297winFang *filesAdd(globals *ourGlobals, char *path, Eina_Bool multi, Eina_Bool save);