mirror of
https://github.com/wavemotion-dave/A5200DS.git
synced 2025-04-02 10:52:40 -04:00
6 lines
73 B
C
6 lines
73 B
C
#ifndef _INTRO_H
|
|
#define _INTRO_H
|
|
|
|
extern void intro_logo(void);
|
|
|
|
#endif
|