diff options
Diffstat (limited to 'examples/demos/n00bdemo/plasma_tbl.h')
| -rw-r--r-- | examples/demos/n00bdemo/plasma_tbl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/n00bdemo/plasma_tbl.h b/examples/demos/n00bdemo/plasma_tbl.h index dd322e6..9f54f98 100644 --- a/examples/demos/n00bdemo/plasma_tbl.h +++ b/examples/demos/n00bdemo/plasma_tbl.h @@ -1,7 +1,7 @@ #ifndef _PLASMA_TBL_H #define _PLASMA_TBL_H -unsigned int plasma_colors[256]; +extern unsigned int plasma_colors[]; extern short plasma_sin1[]; extern short plasma_sin2[]; extern short plasma_sin3[]; |
