5 lines
90 B
C
5 lines
90 B
C
|
#ifndef __VOGON_H__
|
||
|
#define __VOGON_H__
|
||
|
void vogon_poem_inc(void);
|
||
|
#endif // __VOGON_H__
|