einstein/cpp-source/options.h

14 lines
116 B
C
Raw Normal View History

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