diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-04-06 10:11:07 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-04-06 10:11:07 +0800 |
| commit | f3e040230772f978540a71aea43dfde200992922 (patch) | |
| tree | bd8ca31b72dd01e24980b073854e263589530f56 /examples/n00bdemo/logo.h | |
| download | psn00bsdk-f3e040230772f978540a71aea43dfde200992922.tar.gz | |
First commit
Diffstat (limited to 'examples/n00bdemo/logo.h')
| -rw-r--r-- | examples/n00bdemo/logo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/n00bdemo/logo.h b/examples/n00bdemo/logo.h new file mode 100644 index 0000000..6429c8e --- /dev/null +++ b/examples/n00bdemo/logo.h @@ -0,0 +1,6 @@ +#ifndef _LOGO_H +#define _LOGO_H + +void intro(); + +#endif // _LOGO_H |
