Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 708634
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- a/plugins/actor/oinksie/table.h
0
++ b/plugins/actor/oinksie/table.h
Lines 27-36 Link Here
27
#define OINK_TABLE_NORMAL_SIZE	1200
27
#define OINK_TABLE_NORMAL_SIZE	1200
28
#define OINK_TABLE_LARGE_SIZE	12000
28
#define OINK_TABLE_LARGE_SIZE	12000
29
29
30
float _oink_table_sin[OINK_TABLE_NORMAL_SIZE];
30
extern float _oink_table_sin[OINK_TABLE_NORMAL_SIZE];
31
float _oink_table_cos[OINK_TABLE_NORMAL_SIZE];
31
extern float _oink_table_cos[OINK_TABLE_NORMAL_SIZE];
32
float _oink_table_sinlarge[OINK_TABLE_LARGE_SIZE];
32
extern float _oink_table_sinlarge[OINK_TABLE_LARGE_SIZE];
33
float _oink_table_coslarge[OINK_TABLE_LARGE_SIZE];
33
extern float _oink_table_coslarge[OINK_TABLE_LARGE_SIZE];
34
34
35
void _oink_table_init ();
35
void _oink_table_init ();
36
36

Return to bug 708634