aboutsummaryrefslogtreecommitdiff
path: root/examples/demos/n00bdemo/plasma_tbl.h
blob: dd322e6c2e257ba105efe659cf7a48c263184888 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _PLASMA_TBL_H
#define _PLASMA_TBL_H

unsigned int plasma_colors[256];
extern short plasma_sin1[];
extern short plasma_sin2[];
extern short plasma_sin3[];

#endif