genode/repos/gems/src/app/sculpt_manager/model/settings.h

24 lines
481 B
C++

/*
* \brief Settings state
* \author Norman Feske
* \date 2020-01-30
*/
/*
* Copyright (C) 2020 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#ifndef _MODEL__SETTINGS_H_
#define _MODEL__SETTINGS_H_
#include "types.h"
namespace Sculpt { enum class Font_size; }
enum class Sculpt::Font_size { SMALL, MEDIUM, LARGE };
#endif /* _MODEL__SETTINGS_H_ */