aboutsummaryrefslogtreecommitdiff
path: root/examples/n00bdemo/plasma_tbl.h
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-04-06 10:11:07 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-04-06 10:11:07 +0800
commitf3e040230772f978540a71aea43dfde200992922 (patch)
treebd8ca31b72dd01e24980b073854e263589530f56 /examples/n00bdemo/plasma_tbl.h
downloadpsn00bsdk-f3e040230772f978540a71aea43dfde200992922.tar.gz
First commit
Diffstat (limited to 'examples/n00bdemo/plasma_tbl.h')
-rw-r--r--examples/n00bdemo/plasma_tbl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/n00bdemo/plasma_tbl.h b/examples/n00bdemo/plasma_tbl.h
new file mode 100644
index 0000000..dd322e6
--- /dev/null
+++ b/examples/n00bdemo/plasma_tbl.h
@@ -0,0 +1,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 \ No newline at end of file