Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
config_types.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace config {
4 enum class Theme {
5 Light,
6 Dark
7 };
8}