aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-02-06 22:14:01 +1000
committerDavid Walter Seikel2016-02-06 22:14:01 +1000
commit6a15944f255d0d9653573ad0857e527f58f5f997 (patch)
tree160c55c97b259b884b4d8cff29516049dad390c2 /src/extantz/extantz.h
parentPut the ~/.SledHamr/ creation code into all three main binaries. sigh (diff)
downloadSledjHamr-6a15944f255d0d9653573ad0857e527f58f5f997.zip
SledjHamr-6a15944f255d0d9653573ad0857e527f58f5f997.tar.gz
SledjHamr-6a15944f255d0d9653573ad0857e527f58f5f997.tar.bz2
SledjHamr-6a15944f255d0d9653573ad0857e527f58f5f997.tar.xz
Pass stuff size up to C code.
This is getting unweildy. lol
Diffstat (limited to '')
-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);