10 lines
146 B
C
10 lines
146 B
C
![]() |
/************************/
|
||
|
/* gemini.h */
|
||
|
/************************/
|
||
|
#ifndef _GEMINI_
|
||
|
#define _GEMINI_
|
||
|
|
||
|
void gemini(ACTION *);
|
||
|
|
||
|
#endif
|