7 lines
86 B
C
7 lines
86 B
C
#ifndef __RULESDIALOG_H__
|
|
#define __RULESDIALOG_H__
|
|
|
|
void rules_dialog(void);
|
|
|
|
#endif
|