mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-15 13:19:45 +00:00
Change namespace of kamokan-specific stuff.
This commit is contained in:
parent
a912b1e3d4
commit
e5f7f60e8b
32 changed files with 268 additions and 246 deletions
|
@ -26,8 +26,8 @@
|
|||
#include <stdexcept>
|
||||
|
||||
TEST_CASE ("Add and retrieve values from SettingsBag", "[settings][ini]") {
|
||||
using tawashi::SettingsBag;
|
||||
using tawashi::IniFile;
|
||||
using kamokan::SettingsBag;
|
||||
using kamokan::IniFile;
|
||||
using curry::SafeStackObject;
|
||||
|
||||
auto statuslog = spdlog::stdout_logger_st("statuslog");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue