Added configuration helper types.
This commit is contained in:
14
private/raid_test/frames/config.hpp
Normal file
14
private/raid_test/frames/config.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if !defined(RAID_TEST_FRAMES_CONFIG_HPP_INCLUDED)
|
||||
#define RAID_TEST_FRAMES_CONFIG_HPP_INCLUDED 1
|
||||
|
||||
namespace raid_test
|
||||
{
|
||||
inline constexpr const char* CONFIG_TITLE = "Config";
|
||||
|
||||
void renderConfig(bool& open);
|
||||
} // namespace raid_test
|
||||
|
||||
#endif // !defined(RAID_TEST_FRAMES_CONFIG_HPP_INCLUDED)
|
||||
Reference in New Issue
Block a user