File: loadsave_mesh.h

package info (click to toggle)
xmorph 1%3A20060817
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,688 kB
  • ctags: 2,022
  • sloc: ansic: 19,988; sh: 9,418; cpp: 1,230; makefile: 560; sed: 16
file content (16 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


gboolean save_mesh_to_file(int lp, const char * file);

gboolean save_diff_mesh_to_file(int lp, const char * file);

gboolean load_diff_from_file(int lp, const char * file);

gboolean load_mesh_from_file(int lp, const char * file);


gboolean load_image_from_file(int lp,
			      const char *file);

void
reload_and_scale_image(int i);