mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
5 lines
73 B
C
5 lines
73 B
C
|
#ifndef __OPTION_H
|
||
|
#define __OPTION_H
|
||
|
void configure_box (void);
|
||
|
#endif
|