File: XFireworks.h

package info (click to toggle)
xfireworks 1.3-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 416 kB
  • ctags: 465
  • sloc: ansic: 3,110; makefile: 122; sh: 52
file content (56 lines) | stat: -rw-r--r-- 2,208 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#ifndef _XFIREWORKS_XFireworks_h_INCLUDED_
#define _XFIREWORKS_XFireworks_h_INCLUDED_

typedef struct _XFireworks * XFireworks;

#include <stdio.h>
#include <stdlib.h>

/*===========================================================================*/
/* ֥ȤȺ                                                  */
/*===========================================================================*/

/*---------------------------------------------------------------------------*/
/* ֥Ȥ                                                        */
/*---------------------------------------------------------------------------*/

XFireworks XFireworks_Create(char * display_name,
			     int direct_draw,
			     char * background_color,
			     char * dirname,
			     char * filename,
			     int studying_flag,
			     int cache_flag,
			     int cache_size,
			     int hash_number,
			     int fine,
			     int gradation,
			     int probability_magnification,
			     int size_magnification,
			     int air_magnification,
			     int gravity_magnification,
			     int transmission_magnification,
			     int after_image_magnification,
			     int color_length_magnification,
			     int next_power_magnification,
			     int next_number_magnification);

/*---------------------------------------------------------------------------*/
/* ֥Ȥκ                                                        */
/*---------------------------------------------------------------------------*/

XFireworks XFireworks_Destroy(XFireworks xfireworks);

/*===========================================================================*/
/* ֲФΥ                                                            */
/*===========================================================================*/

/*---------------------------------------------------------------------------*/
/* ֲФΥ                                                            */
/*---------------------------------------------------------------------------*/

int XFireworks_Start(XFireworks xfireworks,
		     int pieces_max_number,
		     int wait_time);

#endif /* _XFIREWORKS_XFireworks_h_INCLUDED_ */