8 lines
100 B
C
8 lines
100 B
C
#ifndef __SPOTLIGHT_H__
|
|
#define __SPOTLIGHT_H__
|
|
|
|
#include <hsf.h>
|
|
int spotlight_main(void);
|
|
#endif
|
|
|