mirror of https://github.com/AxioDL/amuse.git
9 lines
157 B
C++
9 lines
157 B
C++
|
#ifndef __AMUSE_FILEOPENDIALOG_HPP__
|
||
|
#define __AMUSE_FILEOPENDIALOG_HPP__
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
std::wstring openDB();
|
||
|
|
||
|
#endif // __AMUSE_FILEOPENDIALOG_HPP__
|