Photon Editor Library 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
AboutInformation.h
Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
4
5namespace ph::editor
6{
7
8class AboutInformation final
9{
10public:
12
13 std::string_view authorInfo;
14 std::string_view citationInfo;
15};
16
17}// end namespace ph::editor
Definition AboutInformation.h:9
AboutInformation()
Definition AboutInformation.cpp:6
std::string_view authorInfo
Definition AboutInformation.h:13
std::string_view citationInfo
Definition AboutInformation.h:14
Definition ph_editor.h:10