aboutsummaryrefslogtreecommitdiff
path: root/examples/demos/n00bdemo/plasma_tbl.h
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2021-02-18 13:31:17 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2021-02-18 13:31:17 +0800
commit63419d9cc07c56234d0f61a80f32105b192aec8e (patch)
tree827cf4d134cf3b4618d0167cc912f3efd47c3aac /examples/demos/n00bdemo/plasma_tbl.h
parent1625072293c40ba3cb819f8f48aeb4b64e93b133 (diff)
downloadpsn00bsdk-63419d9cc07c56234d0f61a80f32105b192aec8e.tar.gz
Lots of makefile corrections, improved build and toolchain instructions, added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
Diffstat (limited to 'examples/demos/n00bdemo/plasma_tbl.h')
-rw-r--r--examples/demos/n00bdemo/plasma_tbl.h2
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[];