14 lines
116 B
C
14 lines
116 B
C
#ifndef __OPTIONS_H__
|
|
#define __OPTIONS_H__
|
|
|
|
|
|
#include "widgets.h"
|
|
|
|
|
|
|
|
void showOptionsWindow(Area *area);
|
|
|
|
|
|
#endif
|
|
|