einstein/cpp-source/options.h

14 lines
116 B
C
Raw Permalink Normal View History

2013-09-21 21:05:25 +00:00
#ifndef __OPTIONS_H__
#define __OPTIONS_H__
#include "widgets.h"
void showOptionsWindow(Area *area);
#endif