mirror of
https://github.com/AxioDL/amuse.git
synced 2025-05-15 03:41:23 +00:00
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__
|