11 lines
188 B
C++
11 lines
188 B
C++
/*
|
|
* Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace nostalgia::studio {
|
|
|
|
ox::Result<ox::String> chooseDirectory() noexcept;
|
|
|
|
} |